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

index 67a405d62a782ff6d2208b869fa4cf5c1c86caa6..8dacb1388e24ca28a444a159fa7da4943de9670e 100644 (file)
@@ -1650,7 +1650,6 @@ name = "otter-daemon"
 version = "0.0.1"
 dependencies = [
  "fehler",
- "index_vec",
  "inventory",
  "itertools",
  "lazy-init",
index 6f8e2b6f3facdd801a9d3f09b09f5d3c8d18b340..932959685ea25fb44bf18d5ad26be5f502522c0b 100644 (file)
@@ -33,8 +33,8 @@ flexi_logger = { version = "0.17", features = [ "specfile" ] }
 fs2 = "0.4"
 glob = "0.3"
 htmlescape = "0.3"
-
 index_vec = { version = "0.1.1", features = ['serde'] }
+
 inventory = "0.1"
 itertools = "0.10"
 lazy_static = "1"
index cddb51fc45632bd20dd4090b4b25a5006b3ee8a6..eeaca52299382c22a133101efbe88f98cd8700e1 100644 (file)
@@ -18,7 +18,6 @@ path = "main.rs"
 otter = { path = ".." }
 otter-base = { path = "../base" }
 
-index_vec = { version = "0.1.1", features = ['serde'] }
 inventory = "0.1"
 itertools = "0.10"
 lazy_static = "1"
index ea9cd1ad85c6f1523fc6917c3c823518ef7d12ff..6ed57df428e1934bd94fc4531e7cd3aea3fc5b1f 100644 (file)
@@ -16,3 +16,4 @@ pub use flexi_logger;
 pub use fs2;
 pub use glob;
 pub use htmlescape;
+pub use index_vec;