added licences

This commit is contained in:
JOLIMAITRE Matthieu 2022-04-04 20:43:13 +03:00
parent d977aa1fc2
commit 951a1aa4d4
2 changed files with 5 additions and 4 deletions

2
Cargo.lock generated
View file

@ -234,7 +234,7 @@ dependencies = [
[[package]] [[package]]
name = "rs48" name = "rs48"
version = "0.1.0" version = "1.0.0"
dependencies = [ dependencies = [
"clap", "clap",
"rand", "rand",

View file

@ -1,9 +1,10 @@
[package] [package]
name = "rs48" name = "rs48"
version = "0.1.0" version = "1.0.0"
edition = "2021" edition = "2021"
description = "A game of 2048 that plays in the terminal as a TUI with a lot of configurability."
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html license = "GPL-3.0"
authors = ["JOLIMAITRE Matthieu <matthieu@imagevo.fr>"]
[dependencies] [dependencies]
rand = "0.8.5" rand = "0.8.5"