19 lines
424 B
TOML
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
|