From cd0c8ef93d003f99d3253c5cce0c9690cba0c776 Mon Sep 17 00:00:00 2001 From: Chris Beck Date: Thu, 18 Dec 2025 15:40:33 -0700 Subject: [PATCH] update Cargo.toml --- signal-gateway-assistant/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/signal-gateway-assistant/Cargo.toml b/signal-gateway-assistant/Cargo.toml index 7735fa5..832876c 100644 --- a/signal-gateway-assistant/Cargo.toml +++ b/signal-gateway-assistant/Cargo.toml @@ -1,7 +1,14 @@ [package] name = "signal-gateway-assistant" version = "0.1.0" +description = "AI assistant traits and types for signal-gateway" +keywords = ["signal", "assistant", "ai", "chatbot"] +categories = ["asynchronous"] +authors.workspace = true +repository.workspace = true +license.workspace = true edition.workspace = true +include.workspace = true [lints] workspace = true