mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: simplify workspace = true usage (#3930)
This commit is contained in:
@ -18,10 +18,10 @@ public-ip = "0.2"
|
||||
igd = { git = "https://github.com/stevefan1999-personal/rust-igd", features = ["aio", "tokio1"] }
|
||||
|
||||
# misc
|
||||
tracing = { workspace = true }
|
||||
tracing.workspace = true
|
||||
pin-project-lite = "0.2.9"
|
||||
tokio = { workspace = true, features = ["time"] }
|
||||
thiserror = { workspace = true }
|
||||
thiserror.workspace = true
|
||||
serde_with = { version = "2.1.0", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user