From 1ea8e84b93eb698b9c25128feda2c28f745ad889 Mon Sep 17 00:00:00 2001 From: AldanTanneo <64717124+AldanTanneo@users.noreply.github.com> Date: Sun, 6 Sep 2020 22:42:20 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f597299..f3d4cae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,9 @@ [package] -name = "lotr-translation-update" -version = "0.1.0" +name = "lotr-mod-translations-updater" +version = "1.0" authors = ["AldanTanneo "] edition = "2018" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] json = "0.12.4" dont_disappear = "3.0.1"