change name to ai translate client

This commit is contained in:
Julian Freeman
2026-02-23 19:57:44 -04:00
parent 44c98f1d44
commit f183cccd5b
60 changed files with 32 additions and 32 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "gemmatrans-client"
name = "ai-translate-client"
version = "0.2.1"
description = "A translategemma client"
description = "A client using AI models to translate"
authors = ["Julian"]
edition = "2021"
@@ -11,7 +11,7 @@ edition = "2021"
# The `_lib` suffix may seem redundant but it is necessary
# to make the lib name unique and wouldn't conflict with the bin name.
# This seems to be only an issue on Windows, see https://github.com/rust-lang/cargo/issues/8519
name = "gemmatrans_client_lib"
name = "ai_translate_client_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]