diff --git a/hooked-cli/Cargo.toml b/hooked-cli/Cargo.toml index ead307a..d43f044 100644 --- a/hooked-cli/Cargo.toml +++ b/hooked-cli/Cargo.toml @@ -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" diff --git a/hooked-config/Cargo.toml b/hooked-config/Cargo.toml index 54ffc95..a4512a6 100644 --- a/hooked-config/Cargo.toml +++ b/hooked-config/Cargo.toml @@ -13,6 +13,9 @@ edition = "2021" [lib] path = "source/lib.rs" +[lints] +workspace = true + [dependencies] color-eyre = "0.6.2" toml = "0.5.9"