Initial codebase

This commit is contained in:
Matthias Beyer 2016-10-13 14:53:57 +02:00
parent b50334c10f
commit c05c884030
2 changed files with 12 additions and 0 deletions

View File

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