Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
name = "otter-daemon"
version = "0.0.1"
dependencies = [
- "chrono",
- "chrono-tz",
"delegate",
"either",
"failure",
argparse = "0.2"
backtrace = "0.3"
boolinator = "2"
-
chrono = "0.4"
chrono-tz = "0.5"
+
delegate = "0.5"
downcast-rs = "1"
either = "1"
otter = { path = ".." }
otter-base = { path = "../base" }
-chrono = "0.4"
-chrono-tz = "0.5"
delegate = "0.5"
either = "1"
failure = "0.1.8" # for pwd
pub use anyhow;
pub use boolinator;
+pub use chrono;
+pub use chrono_tz;