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

index c3524645bf010c02455aea0037126d75c6353ec0..d1df1e764c8f9ea6dffbc16626242c0bcf3c02f3 100644 (file)
@@ -1649,7 +1649,6 @@ dependencies = [
 name = "otter-daemon"
 version = "0.0.1"
 dependencies = [
- "failure",
  "fehler",
  "flexi_logger",
  "fs2",
index 6bbdff37b36789c51c0aa05167543448e763f45b..81eb81af5fdbfd9f42156d1bd6992848596d25d0 100644 (file)
@@ -28,8 +28,8 @@ downcast-rs = "1"
 either = "1"
 enum-map = { version = "0.6", features = [ "serde" ] }
 env_logger = "0.8"
-
 failure = "0.1.8" # for pwd
+
 flexi_logger = { version = "0.17", features = [ "specfile" ] }
 fs2 = "0.4"
 glob = "0.3"
index d00879d95f8a6049237fcd823be9ca9409c23172..6697ed4678fdc739ace144a16a4a1abc437555c7 100644 (file)
@@ -18,7 +18,6 @@ path = "main.rs"
 otter = { path = ".." }
 otter-base = { path = "../base" }
 
-failure = "0.1.8" # for pwd
 flexi_logger = { version = "0.17", features = [ "specfile" ] }
 fs2 = "0.4"
 glob = "0.3"
index a16bb941f2146646f91946f0ccbcba6e102ae74a..cbd895a5630f640a301a7d60115a523006e2f3b7 100644 (file)
@@ -11,3 +11,4 @@ pub use chrono_tz;
 pub use delegate;
 pub use either;
 pub use env_logger;
+pub use failure;