Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
"rocket_contrib",
"rocket_cors",
"serde",
- "serde_json",
"serde_with",
"slotmap",
"structopt",
"once_cell",
"otter",
"serde",
- "serde_json",
"structopt",
"strum",
"thirtyfour_sync",
regex = "1"
rmp = "0.8"
rmp-serde = "0.15"
-
serde_json = "1"
+
structopt = "0.3"
strum = { version = "0.20", features = ['derive'] }
tempfile = "3"
otter = { path = ".." }
otter-base = { path = "../base" }
-serde_json = "1"
structopt = "0.3"
strum = { version = "0.20", features = ['derive'] }
toml = "0.5"
pub use pwd;
pub use regex;
pub use rmp_serde;
+pub use serde_json;
humantime = "2"
ndarray = "0.14"
once_cell = "1"
-serde_json = "1"
structopt = "0.3"
strum = { version = "0.20", features = ['derive'] }
thirtyfour_sync = "0.22"