mirror of
https://github.com/kristoferssolo/des-rs.git
synced 2025-12-20 11:04:38 +00:00
14 lines
201 B
TOML
14 lines
201 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = ["des-lib"]
|
|
|
|
[workspace.dependencies]
|
|
claims = "0.8"
|
|
rand = "0.9"
|
|
rstest = "0.26"
|
|
|
|
[workspace.lints.clippy]
|
|
pedantic = "warn"
|
|
nursery = "warn"
|
|
unwrap_used = "warn"
|