Add initial workspace
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
0f2564ead0
commit
a894c4c413
11 changed files with 1758 additions and 0 deletions
18
lints/dashmap-ref/Cargo.toml
Normal file
18
lints/dashmap-ref/Cargo.toml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[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"
|
||||
|
||||
[dev-dependencies]
|
||||
dylint_testing = "4.0.0"
|
||||
|
||||
[package.metadata.rust-analyzer]
|
||||
rustc_private = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue