Initial import

This commit is contained in:
Matthias Beyer 2016-03-24 13:55:10 +01:00
parent f8c9234a7a
commit 13fa328198
2 changed files with 12 additions and 0 deletions

View file

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

View file

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