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