From aa22132dd6538fd4e7a0892b5c9db4020a6cf2ec Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Thu, 4 Sep 2025 02:07:38 +0200 Subject: [PATCH] chore: Put typos config in Cargo.toml --- .typos.toml | 2 -- Cargo.toml | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 .typos.toml diff --git a/.typos.toml b/.typos.toml deleted file mode 100644 index 669cc03..0000000 --- a/.typos.toml +++ /dev/null @@ -1,2 +0,0 @@ -[default.extend-words] -mosquitto = "mosquitto" diff --git a/Cargo.toml b/Cargo.toml index bf541f9..cd44185 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,3 +87,6 @@ wakey = { git = "https://git.huizinga.dev/Dreaded_X/wakey" } [profile.release] lto = true + +[package.metadata.typos.default.extend-words] +mosquitto = "mosquitto"