Enable derive on Clap
This let's us use the derive feature.
This commit is contained in:
parent
d65b9a4c68
commit
008ea9ec65
2 changed files with 21 additions and 1 deletions
|
|
@ -9,4 +9,4 @@ crate-type = ["lib", "staticlib"]
|
|||
[dependencies]
|
||||
tokio = { version = "1.21", features = ["rt", "macros"] }
|
||||
tun = { version = "0.1", path = "../tun" }
|
||||
clap = "4.3.2"
|
||||
clap = { version = "4.3.2", features = ["derive"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue