From a1912196772345e5293ab74cfa5be7002acc3f39 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 7 Jun 2026 14:22:14 -0400 Subject: [PATCH] Updated description --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e8e2f33..399e6d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "textsender_models" version = "0.2.5" edition = "2024" rust-version = "1.95" -description = "models used for the textsender project" +description = "Models used for the textsender project" [dependencies] serde = { version = "1.0.228", features = ["derive"] }