about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2019-02-26T16·29+0100
committerVincent Ambo <mail@tazj.in>2019-02-26T16·30+0100
commitf5ab42c147ba8b5fe1baae9d5666ab2abbe48743 (patch)
tree66e55bb02326c51dd86e3652ffc0330558244035 /Cargo.toml
parent198fe2bffa69c8baccb38ba2412faf24681ee29c (diff)
chore: License under GPL-3.0-or-later
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 175d342448..342a157f14 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,6 +2,7 @@
 name = "crimp"
 version = "0.1.0"
 authors = ["Vincent Ambo <mail@tazj.in>"]
+license = "GPL-3.0-or-later"
 
 [features]
 default = [ "json", "basic_auth" ]