Initial import

This commit is contained in:
Matthias Beyer 2016-05-26 08:49:05 +02:00
parent 2e80c29f47
commit 9f3878d43f
2 changed files with 12 additions and 0 deletions

View file

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

View file

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