reorder dep

This commit is contained in:
Aram 🍐 2023-01-12 02:38:36 -05:00
parent 5dc04d9614
commit 4f935c5a2d

View file

@ -21,9 +21,10 @@ nom = "7"
async-trait = "0.1.51" async-trait = "0.1.51"
priority-queue = "1.2.0" priority-queue = "1.2.0"
smoltcp = { version = "0.8.0", default-features = false, features = ["std", "log", "medium-ip", "proto-ipv4", "proto-ipv6", "socket-udp", "socket-tcp"] } smoltcp = { version = "0.8.0", default-features = false, features = ["std", "log", "medium-ip", "proto-ipv4", "proto-ipv6", "socket-udp", "socket-tcp"] }
bytes = "1"
# forward boringtuns tracing events to log # forward boringtuns tracing events to log
tracing = { version = "0.1.36", default-features = false, features = ["log"] } tracing = { version = "0.1.36", default-features = false, features = ["log"] }
bytes = "1"
# bin-only dependencies # bin-only dependencies
clap = { version = "2.33", default-features = false, features = ["suggestions"], optional = true } clap = { version = "2.33", default-features = false, features = ["suggestions"], optional = true }