mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 22:05:37 +01:00
Upgrade to clap v4, use log and env_logger
This commit is contained in:
parent
81ba62787c
commit
50e1d2d129
3 changed files with 362 additions and 119 deletions
|
|
@ -7,4 +7,6 @@ publish = false
|
|||
[dependencies]
|
||||
anyhow = "1.0.43"
|
||||
os_pipe = "1.1.2"
|
||||
structopt = "0.3.22"
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
env_logger = "0.10.0"
|
||||
log = "0.4.17"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue