From 20345cc902e2dd1c4a98d26f9cb1b9a794257649 Mon Sep 17 00:00:00 2001 From: phoenix Date: Fri, 12 Jun 2026 22:03:43 -0400 Subject: [PATCH] Renaming app --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca377b8..649fe00 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2294,7 +2294,7 @@ dependencies = [ ] [[package]] -name = "textsender" +name = "textsender_api" version = "0.5.0" dependencies = [ "axum", diff --git a/Cargo.toml b/Cargo.toml index 4f27564..4d327e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "textsender" +name = "textsender_api" version = "0.5.0" edition = "2024" rust-version = "1.95"