libimagentrydate: initial import
This commit is contained in:
parent
dd24ce810a
commit
3c72c9d19d
3 changed files with 13 additions and 0 deletions
|
@ -17,6 +17,7 @@ members = [
|
||||||
"libimagbookmark",
|
"libimagbookmark",
|
||||||
"libimagcounter",
|
"libimagcounter",
|
||||||
"libimagdiary",
|
"libimagdiary",
|
||||||
|
"libimagentrydate",
|
||||||
"libimagentryedit",
|
"libimagentryedit",
|
||||||
"libimagentryfilter",
|
"libimagentryfilter",
|
||||||
"libimagentrylink",
|
"libimagentrylink",
|
||||||
|
|
6
libimagentrydate/Cargo.toml
Normal file
6
libimagentrydate/Cargo.toml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[package]
|
||||||
|
name = "libimagentrydate"
|
||||||
|
version = "0.1.0"
|
||||||
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
|
[dependencies]
|
6
libimagentrydate/src/lib.rs
Normal file
6
libimagentrydate/src/lib.rs
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
#[cfg(test)]
|
||||||
|
mod tests {
|
||||||
|
#[test]
|
||||||
|
fn it_works() {
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue