Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
"num-traits",
"otter",
"otter-base",
- "percent-encoding 2.1.0",
- "pwd",
- "rand 0.8.3",
- "regex",
- "rmp",
- "rmp-serde",
"rocket",
"rocket_contrib",
"rocket_cors",
"num-traits",
"once_cell",
"otter",
- "regex",
"serde",
"serde_json",
"structopt",
num-derive = "0.3"
ordered-float = "2"
parking_lot = "0.11"
-
percent-encoding = "2"
pwd = "1"
rand = "0.8"
regex = "1"
rmp = "0.8"
rmp-serde = "0.15"
+
serde_json = "1"
structopt = "0.3"
strum = { version = "0.20", features = ['derive'] }
otter = { path = ".." }
otter-base = { path = "../base" }
-percent-encoding = "2"
-pwd = "1"
-rand = "0.8"
-regex = "1"
-rmp = "0.8"
-rmp-serde = "0.15"
serde_json = "1"
structopt = "0.3"
strum = { version = "0.20", features = ['derive'] }
pub use num_derive;
pub use ordered_float;
pub use parking_lot;
-
+pub use pwd;
+pub use regex;
+pub use rmp_serde;
humantime = "2"
ndarray = "0.14"
once_cell = "1"
-regex = "1"
serde_json = "1"
structopt = "0.3"
strum = { version = "0.20", features = ['derive'] }