Add a library template for an Exif library.

This commit is contained in:
KAMADA Ken'ichi 2016-09-04 23:31:06 +09:00
commit a7d79b3f01
2 changed files with 10 additions and 0 deletions

4
Cargo.toml Normal file
View File

@ -0,0 +1,4 @@
[package]
name = "exif"
version = "0.1.0"
authors = ["KAMADA Ken'ichi <kamada@nanohz.org>"]

6
src/lib.rs Normal file
View File

@ -0,0 +1,6 @@
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
}
}