Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
"rocket_cors",
"serde",
"serde_with",
- "slotmap",
"structopt",
"strum",
"thiserror",
url = "2"
vecdeque-stableix = "1"
+slotmap = { features = ['serde'], git = "https://github.com/ijackson/slotmap", branch="entry-return-stale-key" }
+# ^ MR not yet reviewed
+
# This version wants to stay aligned with Rocket's, or we'll hve
# two copies of the templating engine in our executables!
tera = "0.11"
structopt = "0.3"
strum = { version = "0.20", features = ['derive'] }
thiserror = "1"
-
-slotmap = { features = ['serde'], git = "https://github.com/ijackson/slotmap", branch="entry-return-stale-key" }
-# ^ MR not yet reviewed
strum = { version = "0.20", features = ['derive'] }
thiserror = "1"
-slotmap = { features = ['serde'], git = "https://github.com/ijackson/slotmap", branch="entry-return-stale-key" }
-# ^ MR not yet reviewed
-
[dependencies.rocket_contrib]
version = "0.4"
default-features = false
pub use regex;
pub use rmp_serde;
pub use serde_json;
+pub use slotmap;
pub use toml;
pub use uds;
pub use vecdeque_stableix;