From 4b6c7ee4b72a40f9fcbe3d26da69414c8cae71be Mon Sep 17 00:00:00 2001 From: Sjoerd Simons <sjoerd@collabora.com> Date: Fri, 9 Oct 2020 08:50:50 +0200 Subject: [PATCH] Add license information --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index f0e5894..efd9e7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ name = "phab-userinfo" version = "0.1.0" authors = ["Sjoerd Simons <sjoerd@collabora.com>"] edition = "2018" +license = "Apache-2.0/MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- GitLab