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"