mirror of
https://github.com/kristoferssolo/des-rs.git
synced 2025-12-20 11:04:38 +00:00
18 lines
306 B
TOML
18 lines
306 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = ["des", "des-lib"]
|
|
|
|
[workspace.dependencies]
|
|
des-lib = { path = "des-lib" }
|
|
|
|
claims = "0.8"
|
|
clap = { version = "4.5", features = ["derive"] }
|
|
rand = "0.9"
|
|
rstest = "0.26"
|
|
thiserror = "2"
|
|
|
|
[workspace.lints.clippy]
|
|
pedantic = "warn"
|
|
nursery = "warn"
|
|
unwrap_used = "warn"
|