From 951a1aa4d438c35aed80e120643c96298cd60b31 Mon Sep 17 00:00:00 2001 From: JOLIMAITRE Matthieu Date: Mon, 4 Apr 2022 20:43:13 +0300 Subject: [PATCH] added licences --- Cargo.lock | 2 +- Cargo.toml | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e0380d..5381686 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -234,7 +234,7 @@ dependencies = [ [[package]] name = "rs48" -version = "0.1.0" +version = "1.0.0" dependencies = [ "clap", "rand", diff --git a/Cargo.toml b/Cargo.toml index c527504..005ac88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "rs48" -version = "0.1.0" +version = "1.0.0" edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +description = "A game of 2048 that plays in the terminal as a TUI with a lot of configurability." +license = "GPL-3.0" +authors = ["JOLIMAITRE Matthieu "] [dependencies] rand = "0.8.5"