Initial import

This commit is contained in:
Matthias Beyer 2016-04-18 19:46:11 +02:00
parent c3618ecfde
commit 2d3e8ae479
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,6 @@
[package]
name = "libimagentryview"
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() {
}
}