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

index 714bc2cca684fc69e27831e0f8cf70bae8c70d88..f6af94d6448e83c74dee2ca7411a02e6a8257dbe 100644 (file)
@@ -1649,7 +1649,6 @@ dependencies = [
 name = "otter-daemon"
 version = "0.0.1"
 dependencies = [
- "boolinator",
  "chrono",
  "chrono-tz",
  "delegate",
@@ -1713,7 +1712,6 @@ dependencies = [
 name = "otter-webdriver-tests"
 version = "0.0.1"
 dependencies = [
- "boolinator",
  "env_logger",
  "fehler",
  "humantime",
index 8137135a7c913be0188a55560f6896dcf7e18b5c..5881ce30abd6db5a635f70b2a263e55207b45af6 100644 (file)
@@ -19,9 +19,9 @@ otter-base = { path = "base" }
 
 anyhow = "1"
 argparse = "0.2"
-
 backtrace = "0.3"
 boolinator = "2"
+
 chrono = "0.4"
 chrono-tz = "0.5"
 delegate = "0.5"
index 06b37ffcc9130b16cc6f09d68485814e17f34d26..e4d5379cf86ffb65ce9ad375d123999d98bce050 100644 (file)
@@ -18,7 +18,6 @@ path = "main.rs"
 otter = { path = ".." }
 otter-base = { path = "../base" }
 
-boolinator = "2"
 chrono = "0.4"
 chrono-tz = "0.5"
 delegate = "0.5"
index d08f15f667770198cdcb92f1acc494c1381c8b30..0ec2267fc8e54c30446ccd4787d5d4f50a3fe891 100644 (file)
@@ -5,3 +5,4 @@
 pub use otter_base::imports::*;
 
 pub use anyhow;
+pub use boolinator;
index 491cb9b4ec6de0677f2f216918cca40a35093a03..d8b0731ef062a24cf73b94b8baccccf55f15f688 100644 (file)
@@ -13,7 +13,6 @@ edition = "2018"
 [dependencies]
 otter = { path = ".." }
 
-boolinator = "2"
 env_logger = "0.8"
 humantime = "2"
 itertools = "0.10"