Files
tfhe-rs/utils/param_dedup/Cargo.toml
Arthur Meyre a63207af9e chore(ci): add MSRV build to check we are compliant with what we announce
- have to downgrade param_dedup edition as 1.84 cannot handle 2024 in a
workspace
2025-08-08 18:06:29 +02:00

15 lines
322 B
TOML

[package]
name = "param_dedup"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
syn = { version = "2.0.101", features = ["parsing", "full", "extra-traits"] }
semver = "1.0.26"
cargo_toml = "0.22"
walkdir = "2.5.0"
clap = { version = "=4.5.30", features = ["derive"] }
prettyplease = "0.2.32"
rayon = "1"