From ad6f49ce69957cf51a7011bcc9e212fff4506d34 Mon Sep 17 00:00:00 2001 From: Brent Schroeter Date: Tue, 16 Sep 2025 23:34:15 -0700 Subject: [PATCH] add "airtable" to crate keywords --- ferrtable/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ferrtable/Cargo.toml b/ferrtable/Cargo.toml index 73a7f99..a21474d 100644 --- a/ferrtable/Cargo.toml +++ b/ferrtable/Cargo.toml @@ -5,7 +5,7 @@ categories = ["api-bindings"] description = "Ferris the crab's favorite Airtable library" homepage = "https://forge.secondsystemtech.com/brent/ferrtable" edition = "2024" -keywords = ["api", "client"] +keywords = ["api", "airtable", "client"] license = "MIT" readme = "README.md" repository = "https://forge.secondsystemtech.com/brent/ferrtable"