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

View file

@ -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 <matthieu@imagevo.fr>"]
[dependencies]
rand = "0.8.5"