chiark / gitweb /
Centralise chrono*
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 14 Feb 2021 23:12:00 +0000 (23:12 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 14 Feb 2021 23:12:00 +0000 (23:12 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.lock.example
Cargo.toml
daemon/Cargo.toml
src/imports.rs

index f6af94d6448e83c74dee2ca7411a02e6a8257dbe..6750ac0a43f42e1985a302d049bdb53e0e000815 100644 (file)
@@ -1649,8 +1649,6 @@ dependencies = [
 name = "otter-daemon"
 version = "0.0.1"
 dependencies = [
- "chrono",
- "chrono-tz",
  "delegate",
  "either",
  "failure",
index 5881ce30abd6db5a635f70b2a263e55207b45af6..472d079abe2f7b394afc8c7e22285330cb06fb4e 100644 (file)
@@ -21,9 +21,9 @@ anyhow = "1"
 argparse = "0.2"
 backtrace = "0.3"
 boolinator = "2"
-
 chrono = "0.4"
 chrono-tz = "0.5"
+
 delegate = "0.5"
 downcast-rs = "1"
 either = "1"
index e4d5379cf86ffb65ce9ad375d123999d98bce050..7402f0a4e513963697cd661754b8b125fd77da8b 100644 (file)
@@ -18,8 +18,6 @@ path = "main.rs"
 otter = { path = ".." }
 otter-base = { path = "../base" }
 
-chrono = "0.4"
-chrono-tz = "0.5"
 delegate = "0.5"
 either = "1"
 failure = "0.1.8" # for pwd
index 0ec2267fc8e54c30446ccd4787d5d4f50a3fe891..209ec53d9e0993d96890d1c67b3d0b85939907e3 100644 (file)
@@ -6,3 +6,5 @@ pub use otter_base::imports::*;
 
 pub use anyhow;
 pub use boolinator;
+pub use chrono;
+pub use chrono_tz;