From 18b3440bec426e692da16561e71c3dbde77541f6 Mon Sep 17 00:00:00 2001 From: Ryan Geary Date: Sun, 7 Jun 2020 16:53:22 -0400 Subject: Add license line to Cargo --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c8ebb5c..2a7f4a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,9 @@ [package] name = "choose" -version = "1.1.1" +version = "1.1.2" authors = ["Ryan Geary "] edition = "2018" +license = "GPL-3.0-or-later" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit v1.2.3