Add: libimagstore

This commit is contained in:
Matthias Beyer 2016-01-09 23:51:31 +01:00
parent ff84c7b258
commit f35029a3d0
4 changed files with 12 additions and 0 deletions

1
libimagstore/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
target

4
libimagstore/Cargo.lock generated Normal file
View file

@ -0,0 +1,4 @@
[root]
name = "libimagstore"
version = "0.1.0"

4
libimagstore/Cargo.toml Normal file
View file

@ -0,0 +1,4 @@
[package]
name = "libimagstore"
version = "0.1.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]

3
libimagstore/src/lib.rs Normal file
View file

@ -0,0 +1,3 @@
#[test]
fn it_works() {
}