From 6f423466d181130848c229e2684c6dd18f8a5e9d Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Tue, 14 Jul 2020 10:57:26 +0900 Subject: Add a license field to all the crates --- xtask/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'xtask/Cargo.toml') diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 8045a98ea..d1cfb5909 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -4,6 +4,7 @@ name = "xtask" version = "0.1.0" authors = ["rust-analyzer developers"] publish = false +license = "MIT OR Apache-2.0" [lib] doctest = false -- cgit v1.2.3