Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
version = "0.0.1"
dependencies = [
"fehler",
- "itertools",
- "lazy-init",
- "lazy_static",
- "libc",
"log 0.4.14",
"nix",
"num-derive",
dependencies = [
"fehler",
"humantime",
- "itertools",
- "libc",
"log 0.4.14",
"ndarray",
"nix",
htmlescape = "0.3"
index_vec = { version = "0.1.1", features = ['serde'] }
inventory = "0.1"
-
itertools = "0.10"
+lazy-init = "0.5"
lazy_static = "1"
libc = "0.2"
-lazy-init = "0.5"
+
log = "0.4"
nix = "0.19"
num-derive = "0.3"
otter = { path = ".." }
otter-base = { path = "../base" }
-itertools = "0.10"
-lazy_static = "1"
-libc = "0.2"
-lazy-init = "0.5"
log = "0.4"
nix = "0.19"
num-derive = "0.3"
// SPDX-License-Identifier: AGPL-3.0-or-later
// There is NO WARRANTY.
+use crate::imports::*;
+
use super::*;
#[derive(Serialize,Debug)]
pub use glob;
pub use htmlescape;
pub use index_vec;
+pub use lazy_init;
+pub use lazy_static;
+pub use itertools;
+pub use libc;
otter = { path = ".." }
humantime = "2"
-itertools = "0.10"
log = "0.4"
-libc = "0.2"
nix = "0.19"
ndarray = "0.14"
num-derive = "0.3"