diff --git a/libimagstore/.gitignore b/libimagstore/.gitignore new file mode 100644 index 00000000..eb5a316c --- /dev/null +++ b/libimagstore/.gitignore @@ -0,0 +1 @@ +target diff --git a/libimagstore/Cargo.lock b/libimagstore/Cargo.lock new file mode 100644 index 00000000..5d7c2066 --- /dev/null +++ b/libimagstore/Cargo.lock @@ -0,0 +1,4 @@ +[root] +name = "libimagstore" +version = "0.1.0" + diff --git a/libimagstore/Cargo.toml b/libimagstore/Cargo.toml new file mode 100644 index 00000000..bb95da95 --- /dev/null +++ b/libimagstore/Cargo.toml @@ -0,0 +1,4 @@ +[package] +name = "libimagstore" +version = "0.1.0" +authors = ["Matthias Beyer "] diff --git a/libimagstore/src/lib.rs b/libimagstore/src/lib.rs new file mode 100644 index 00000000..a93251b6 --- /dev/null +++ b/libimagstore/src/lib.rs @@ -0,0 +1,3 @@ +#[test] +fn it_works() { +}