summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJokler <jokler@protonmail.com>2020-01-19 01:24:55 +0100
committerFelix Kaaman <tmtu@tmtu.ee>2020-01-19 01:24:55 +0100
commitfe0d62813b0344863e179d9ecec102b015b4126b (patch)
tree21e513ffbeabf4967fd7f8f78cc12c245a0e0dcd /Cargo.toml
parent2d02aa3b2f3c54d5c249504640d3540efc758626 (diff)
downloadpokebot-fe0d62813b0344863e179d9ecec102b015b4126b.tar.gz
pokebot-fe0d62813b0344863e179d9ecec102b015b4126b.zip
Add GPL-3.0 LICENSE file to the project
* Add GPL-3.0 LICENSE file to the project * Add license to cargo manifest
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ca520fc..372e86f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,7 @@ name = "pokebot"
version = "0.1.0"
authors = ["Jokler <jokler@protonmail.com>"]
edition = "2018"
+license = "GPL-3.0-or-later"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html