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 --- crates/ra_parser/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/ra_parser') diff --git a/crates/ra_parser/Cargo.toml b/crates/ra_parser/Cargo.toml index 0da581fd5..72ec3e4d9 100644 --- a/crates/ra_parser/Cargo.toml +++ b/crates/ra_parser/Cargo.toml @@ -4,6 +4,7 @@ name = "ra_parser" version = "0.1.0" authors = ["rust-analyzer developers"] publish = false +license = "MIT OR Apache-2.0" [lib] doctest = false -- cgit v1.2.3