Enable workspace lints.

This commit is contained in:
Bauke 2024-01-17 18:25:57 +01:00
parent 762051116e
commit d031374360
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 6 additions and 0 deletions

View File

@ -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"

View File

@ -13,6 +13,9 @@ edition = "2021"
[lib]
path = "source/lib.rs"
[lints]
workspace = true
[dependencies]
color-eyre = "0.6.2"
toml = "0.5.9"