Enable workspace lints.
This commit is contained in:
parent
762051116e
commit
d031374360
|
@ -14,6 +14,9 @@ edition = "2021"
|
||||||
name = "hooked"
|
name = "hooked"
|
||||||
path = "source/main.rs"
|
path = "source/main.rs"
|
||||||
|
|
||||||
|
[lints]
|
||||||
|
workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
color-eyre = "0.6.2"
|
color-eyre = "0.6.2"
|
||||||
globset = "0.4.9"
|
globset = "0.4.9"
|
||||||
|
|
|
@ -13,6 +13,9 @@ edition = "2021"
|
||||||
[lib]
|
[lib]
|
||||||
path = "source/lib.rs"
|
path = "source/lib.rs"
|
||||||
|
|
||||||
|
[lints]
|
||||||
|
workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
color-eyre = "0.6.2"
|
color-eyre = "0.6.2"
|
||||||
toml = "0.5.9"
|
toml = "0.5.9"
|
||||||
|
|
Loading…
Reference in New Issue