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