From: Ian Jackson Date: Sun, 14 Feb 2021 23:55:21 +0000 (+0000) Subject: Centralise uds vecdeque-stableix X-Git-Tag: otter-0.4.0~456 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=4579d4bf9f2ca2d6fac6c7edf2fd88371c8d7090;p=otter.git Centralise uds vecdeque-stableix Signed-off-by: Ian Jackson --- diff --git a/Cargo.lock.example b/Cargo.lock.example index 03d171fc..d3aa1f17 100644 --- a/Cargo.lock.example +++ b/Cargo.lock.example @@ -1662,8 +1662,6 @@ dependencies = [ "structopt", "strum", "thiserror", - "uds", - "vecdeque-stableix", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 4cf05a66..3a9041a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,6 @@ serde_json = "1" tempfile = "3" toml = "0.5" typetag = "0.1.6" - uds = "0.2" url = "2" vecdeque-stableix = "1" diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 76a28d67..b6c852a7 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -18,9 +18,6 @@ path = "main.rs" otter = { path = ".." } otter-base = { path = "../base" } -uds = "0.2" -vecdeque-stableix = "1" - rocket = { version = "^0.4.6", features=["sse"] } rocket_cors = "0.5" diff --git a/src/imports.rs b/src/imports.rs index d0bc226e..ec565bf6 100644 --- a/src/imports.rs +++ b/src/imports.rs @@ -31,3 +31,5 @@ pub use regex; pub use rmp_serde; pub use serde_json; pub use toml; +pub use uds; +pub use vecdeque_stableix;