diff --git a/crates/google_ai/Cargo.toml b/crates/google_ai/Cargo.toml index 9fecd8f708..1495f55a31 100644 --- a/crates/google_ai/Cargo.toml +++ b/crates/google_ai/Cargo.toml @@ -5,6 +5,9 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" +[lints] +workspace = true + [lib] path = "src/google_ai.rs" diff --git a/crates/open_ai/Cargo.toml b/crates/open_ai/Cargo.toml index 76ba7c4b50..db9c77bac6 100644 --- a/crates/open_ai/Cargo.toml +++ b/crates/open_ai/Cargo.toml @@ -5,6 +5,9 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" +[lints] +workspace = true + [lib] path = "src/open_ai.rs" diff --git a/crates/tab_switcher/Cargo.toml b/crates/tab_switcher/Cargo.toml index b67c4a3bf1..b36798fe8b 100644 --- a/crates/tab_switcher/Cargo.toml +++ b/crates/tab_switcher/Cargo.toml @@ -5,6 +5,9 @@ edition = "2021" publish = false license = "GPL-3.0-or-later" +[lints] +workspace = true + [lib] path = "src/tab_switcher.rs" doctest = false