dylint-various/lints/dashmap-ref/Cargo.toml
Marcel Müller bf589f7d28 Fix building of lints
Signed-off-by: Marcel Müller <neikos@neikos.email>
2025-03-04 12:22:12 +01:00

19 lines
424 B
TOML

[package]
name = "dashmap-ref"
version = "0.1.0"
edition = "2021"
publish = false
[lib]
crate-type = ["cdylib"]
[dependencies]
clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "19e305bb57a7595f2a8d81f521c0dd8bf854e739" }
dylint_linting = "4.0.0"
hakari = { version = "0.1", path = "../../hakari" }
[dev-dependencies]
dylint_testing = "4.0.0"
[package.metadata.rust-analyzer]
rustc_private = true