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