Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
version = "0.0.1"
dependencies = [
"fehler",
- "index_vec",
"inventory",
"itertools",
"lazy-init",
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"
otter = { path = ".." }
otter-base = { path = "../base" }
-index_vec = { version = "0.1.1", features = ['serde'] }
inventory = "0.1"
itertools = "0.10"
lazy_static = "1"
pub use fs2;
pub use glob;
pub use htmlescape;
+pub use index_vec;