diff --git a/libimagannotation/Cargo.toml b/libimagannotation/Cargo.toml new file mode 100644 index 00000000..d4268e9e --- /dev/null +++ b/libimagannotation/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "libimagannotation" +version = "0.1.0" +authors = ["Matthias Beyer "] + +[dependencies] diff --git a/libimagannotation/src/lib.rs b/libimagannotation/src/lib.rs new file mode 100644 index 00000000..cdfbe1aa --- /dev/null +++ b/libimagannotation/src/lib.rs @@ -0,0 +1,6 @@ +#[cfg(test)] +mod tests { + #[test] + fn it_works() { + } +}