From ad0940c9ad87520d68b757399777298ee90abc9f Mon Sep 17 00:00:00 2001 From: CrLF0710 Date: Sat, 20 Jun 2020 10:03:25 +0800 Subject: [PATCH] Add missing license field. --- crates/cargo-test-support/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/cargo-test-support/Cargo.toml b/crates/cargo-test-support/Cargo.toml index e891f662eec..0340c466765 100644 --- a/crates/cargo-test-support/Cargo.toml +++ b/crates/cargo-test-support/Cargo.toml @@ -2,6 +2,7 @@ name = "cargo-test-support" version = "0.1.0" authors = ["Alex Crichton "] +license = "MIT OR Apache-2.0" edition = "2018" [lib]