Files
tfhe-rs/utils/tfhe-lints/Cargo.toml
2025-09-15 15:18:58 +02:00

26 lines
545 B
TOML

[package]
name = "tfhe-lints"
version = "0.1.0"
description = "Project specific lints for TFHE-rs"
edition = "2021"
publish = false
[lib]
crate-type = ["cdylib"]
[dependencies]
clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "334fb906aef13d20050987b13448f37391bb97a2" }
dylint_linting = "4.1.0"
[dev-dependencies]
dylint_testing = "4.1.0"
serde = { version = "1.0", features = ["derive"] }
tfhe-versionable = "0.6.1"
[package.metadata.rust-analyzer]
rustc_private = true
[[example]]
name = "ui"
path = "ui/main.rs"