init: libimaglink

This commit is contained in:
Matthias Beyer 2016-02-03 15:04:25 +01:00
parent 7dde6c2a56
commit e43bfa2c2c
2 changed files with 9 additions and 0 deletions

6
libimaglink/Cargo.toml Normal file
View File

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

3
libimaglink/src/lib.rs Normal file
View File

@ -0,0 +1,3 @@
#[test]
fn it_works() {
}