From c9f9783421892ad555abff83bfa6b69f8684ecb0 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Mon, 7 Aug 2023 19:19:00 -0700 Subject: [PATCH] Add package name --- Cargo.lock | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 Cargo.lock diff --git a/Cargo.lock b/Cargo.lock new file mode 100644 index 0000000..9e775e4 --- /dev/null +++ b/Cargo.lock @@ -0,0 +1,7 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. +version = 3 + +[[package]] +name = "tatoeba-api" +version = "0.1.0" diff --git a/Cargo.toml b/Cargo.toml index d31d346..b9514bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "" +name = "tatoeba-api" version = "0.1.0" edition = "2021"