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

index 6750ac0a43f42e1985a302d049bdb53e0e000815..fc3d4777478ac7ef961475f2051ca3d39bdb3860 100644 (file)
@@ -1649,7 +1649,6 @@ dependencies = [
 name = "otter-daemon"
 version = "0.0.1"
 dependencies = [
- "delegate",
  "either",
  "failure",
  "fehler",
index 472d079abe2f7b394afc8c7e22285330cb06fb4e..17193763d3d342d5af77cadffbffc1f149e53212 100644 (file)
@@ -23,8 +23,8 @@ backtrace = "0.3"
 boolinator = "2"
 chrono = "0.4"
 chrono-tz = "0.5"
-
 delegate = "0.5"
+
 downcast-rs = "1"
 either = "1"
 enum-map = { version = "0.6", features = [ "serde" ] }
index 7402f0a4e513963697cd661754b8b125fd77da8b..405ef2c1647ae9f6c0164f9612e0b0cfff3fc39d 100644 (file)
@@ -18,7 +18,6 @@ path = "main.rs"
 otter = { path = ".." }
 otter-base = { path = "../base" }
 
-delegate = "0.5"
 either = "1"
 failure = "0.1.8" # for pwd
 flexi_logger = { version = "0.17", features = [ "specfile" ] }
index 209ec53d9e0993d96890d1c67b3d0b85939907e3..7b327a6e2a371f3491b325c028f86e0815525dd2 100644 (file)
@@ -8,3 +8,4 @@ pub use anyhow;
 pub use boolinator;
 pub use chrono;
 pub use chrono_tz;
+pub use delegate;