libimagentrydate: initial import

This commit is contained in:
Matthias Beyer 2017-05-19 15:50:55 +02:00
parent dd24ce810a
commit 3c72c9d19d
3 changed files with 13 additions and 0 deletions

View File

@ -17,6 +17,7 @@ members = [
"libimagbookmark",
"libimagcounter",
"libimagdiary",
"libimagentrydate",
"libimagentryedit",
"libimagentryfilter",
"libimagentrylink",

View File

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

View File

@ -0,0 +1,6 @@
#[cfg(test)]
mod tests {
#[test]
fn it_works() {
}
}