tools/Cargo.toml: add dependencies for upcoming changes
These dependencies aren't used yet, but are added in preparation for upcoming changes. Sponsored-by: NLnet Foundation; NGI Assure
This commit is contained in:
parent
9e4f57f191
commit
326aa23dba
1 changed files with 15 additions and 0 deletions
|
@ -23,3 +23,18 @@ anyhow = "1"
|
|||
clap = { version = "3", features = ["derive"] }
|
||||
env_logger = "0.9"
|
||||
log = "0.4"
|
||||
serde_json = "1.0.86"
|
||||
serde = { version = "1.0.145", features = ["derive"] }
|
||||
semver = "1.0.14"
|
||||
serde_yaml = "0.9.13"
|
||||
thiserror = "1.0.37"
|
||||
|
||||
[build-dependencies]
|
||||
subplot-build = "0.5.0"
|
||||
|
||||
[dev-dependencies]
|
||||
fehler = "1.0.0"
|
||||
subplotlib = "0.5.0"
|
||||
|
||||
[package.metadata.cargo-udeps.ignore]
|
||||
development = ["fehler", "subplotlib"]
|
||||
|
|
Loading…
Reference in a new issue