Browse Source

Remove dev-dependency on `tokio`

xshell
Philipp Oppermann 1 year ago
parent
commit
22f2956b84
Failed to extract signature
2 changed files with 0 additions and 4 deletions
  1. +0
    -2
      Cargo.lock
  2. +0
    -2
      Cargo.toml

+ 0
- 2
Cargo.lock View File

@@ -2352,8 +2352,6 @@ dependencies = [
"eyre",
"futures",
"serde_yaml 0.8.26",
"tokio",
"tokio-stream",
"tracing",
"uuid",
"xshell",


+ 0
- 2
Cargo.toml View File

@@ -86,7 +86,6 @@ ros2-examples = []

[dev-dependencies]
eyre = "0.6.8"
tokio = "1.24.2"
dora-coordinator = { workspace = true }
dora-core = { workspace = true }
dora-tracing = { workspace = true }
@@ -96,7 +95,6 @@ serde_yaml = "0.8.23"
uuid = { version = "1.7", features = ["v7", "serde"] }
tracing = "0.1.36"
futures = "0.3.25"
tokio-stream = "0.1.11"
xshell = "0.2.6"

[[example]]


Loading…
Cancel
Save