diff options
author | Vincent Ambo <mail@tazj.in> | 2019-02-26T16·29+0100 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2019-02-26T16·30+0100 |
commit | f5ab42c147ba8b5fe1baae9d5666ab2abbe48743 (patch) | |
tree | 66e55bb02326c51dd86e3652ffc0330558244035 /Cargo.toml | |
parent | 198fe2bffa69c8baccb38ba2412faf24681ee29c (diff) |
chore: License under GPL-3.0-or-later
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 175d3424481c..342a157f14c1 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" ] |