Initial import

This commit is contained in:
Matthias Beyer 2016-03-24 11:52:05 +01:00
parent 64e0841a8f
commit d20220b57e
2 changed files with 12 additions and 0 deletions

View File

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