From 8b6e89d776ec82acbae7a03a369d9304f1498edc Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Tue, 8 Aug 2023 20:16:43 -0700 Subject: [PATCH] Rename tatoeba-api to tatoeba --- Cargo.lock | 2 +- tatoeba/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fd33e89..caca998 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1571,7 +1571,7 @@ dependencies = [ ] [[package]] -name = "tatoeba-api" +name = "tatoeba" version = "0.1.0" dependencies = [ "actix-web", diff --git a/tatoeba/Cargo.toml b/tatoeba/Cargo.toml index 731c104..e0dcc41 100644 --- a/tatoeba/Cargo.toml +++ b/tatoeba/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "tatoeba-api" +name = "tatoeba" version = "0.1.0" edition = "2021"