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