mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-14 11:45:02 +01:00
remove unused deps
This commit is contained in:
parent
de027d9f5a
commit
439696cf3f
4 changed files with 0 additions and 8 deletions
|
|
@ -1,6 +1,2 @@
|
|||
[alias]
|
||||
xtask = "run --package xtask --"
|
||||
|
||||
[build]
|
||||
# note: if this doesn't apply, update your global rustflags in "~/.cargo/config.toml"
|
||||
rustflags = ["--cfg", "tokio_unstable"]
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -55,7 +55,6 @@ dependencies = [
|
|||
"parking_lot",
|
||||
"tokio",
|
||||
"tracing",
|
||||
"uuid",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -75,7 +74,6 @@ dependencies = [
|
|||
"thiserror",
|
||||
"tokio",
|
||||
"tracing",
|
||||
"uuid",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
|
|
@ -10,4 +10,3 @@ amqp_core = { path = "../amqp_core" }
|
|||
parking_lot = "0.12.0"
|
||||
tracing = "0.1.31"
|
||||
tokio = { version = "1.17.0", features = ["full"] }
|
||||
uuid = "0.8.2"
|
||||
|
|
@ -18,7 +18,6 @@ smallvec = { version = "1.8.0", features = ["union"] }
|
|||
thiserror = "1.0.30"
|
||||
tokio = { version = "1.16.1", features = ["full"] }
|
||||
tracing = "0.1.30"
|
||||
uuid = "0.8.2"
|
||||
|
||||
[features]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue