Initial import
This commit is contained in:
parent
59152e6a52
commit
b71c511b8f
2 changed files with 12 additions and 0 deletions
6
libimagtimeui/Cargo.toml
Normal file
6
libimagtimeui/Cargo.toml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[package]
|
||||||
|
name = "libimagtimeui"
|
||||||
|
version = "0.1.0"
|
||||||
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
|
[dependencies]
|
6
libimagtimeui/src/lib.rs
Normal file
6
libimagtimeui/src/lib.rs
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
#[cfg(test)]
|
||||||
|
mod tests {
|
||||||
|
#[test]
|
||||||
|
fn it_works() {
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue