diff --git a/ctl/Cargo.toml b/ctl/Cargo.toml index f862712..1011561 100644 --- a/ctl/Cargo.toml +++ b/ctl/Cargo.toml @@ -2,6 +2,8 @@ name = "ctl" version.workspace = true edition.workspace = true -lints.workspace = true + +[lints] +workspace = true [dependencies] diff --git a/worker/Cargo.toml b/worker/Cargo.toml index ba93e55..698f95d 100644 --- a/worker/Cargo.toml +++ b/worker/Cargo.toml @@ -2,6 +2,8 @@ name = "worker" version.workspace = true edition.workspace = true -lints.workspace = true + +[lints] +workspace = true [dependencies]