Initial import

This commit is contained in:
Matthias Beyer 2016-08-09 12:28:10 +02:00
parent bb3e5023c9
commit 4a317b253c
2 changed files with 12 additions and 0 deletions

View File

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

View File

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