mirror of
https://github.com/arampoire/onetun.git
synced 2025-12-01 02:00:25 -05:00
reorder dep
This commit is contained in:
parent
5dc04d9614
commit
4f935c5a2d
1 changed files with 2 additions and 1 deletions
|
|
@ -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 }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue