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"