From 797714fca2af1e73c80bcc523530eb9f8b2820a2 Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Sun, 28 May 2023 22:04:27 -0500 Subject: [PATCH] docs ~ add spell-checker exceptions --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 4a9aeb3..66ef602 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,8 @@ keywords = ["platform", "info", "system"] categories = ["os"] license = "MIT" +# spell-checker:ignore (crates) libc winapi (features) libloaderapi processthreadsapi sysinfoapi winbase winver + [target.'cfg(not(target_os = "windows"))'.dependencies] libc = "0.2"