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