diff --git a/crates/google_ai/Cargo.toml b/crates/google_ai/Cargo.toml index 9fecd8f708da5bbb3fc9d62340aefeafe1e93161..1495f55a31e0cbcfbdfc163afa9758c9f067bcfe 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 76ba7c4b502350b694dd934418cdd803c58a1752..db9c77bac6bfe45634a2283853a5b4f1f9b3bc88 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 b67c4a3bf114a90ab400fc234e10e8f7fc393ecd..b36798fe8bdc875e9c623460fe54123bfa18fd09 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