libimagtag: init
This commit is contained in:
parent
0cab0f114d
commit
d408aed844
2 changed files with 9 additions and 0 deletions
libimagtag
6
libimagtag/Cargo.toml
Normal file
6
libimagtag/Cargo.toml
Normal file
|
@ -0,0 +1,6 @@
|
|||
[package]
|
||||
name = "libimagtag"
|
||||
version = "0.1.0"
|
||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||
|
||||
[dependencies]
|
3
libimagtag/src/lib.rs
Normal file
3
libimagtag/src/lib.rs
Normal file
|
@ -0,0 +1,3 @@
|
|||
#[test]
|
||||
fn it_works() {
|
||||
}
|
Loading…
Reference in a new issue