Add: libimagrt

This commit is contained in:
Matthias Beyer 2016-01-09 23:51:24 +01:00
parent d786b5e8d3
commit ff84c7b258
4 changed files with 12 additions and 0 deletions

1
libimagrt/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
target

4
libimagrt/Cargo.lock generated Normal file
View file

@ -0,0 +1,4 @@
[root]
name = "libimagrt"
version = "0.1.0"

4
libimagrt/Cargo.toml Normal file
View file

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

3
libimagrt/src/lib.rs Normal file
View file

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