]> git.proxmox.com Git - cargo.git/commitdiff
Add missing license field.
authorCrLF0710 <crlf0710@gmail.com>
Sat, 20 Jun 2020 02:03:25 +0000 (10:03 +0800)
committerCrLF0710 <crlf0710@gmail.com>
Sat, 20 Jun 2020 02:03:25 +0000 (10:03 +0800)
crates/cargo-test-support/Cargo.toml

index e891f662eecfbd637a817cddc3373f1cf5809946..0340c4667659f8807ac53df767e48bc969eb9453 100644 (file)
@@ -2,6 +2,7 @@
 name = "cargo-test-support"
 version = "0.1.0"
 authors = ["Alex Crichton <alex@alexcrichton.com>"]
+license = "MIT OR Apache-2.0"
 edition = "2018"
 
 [lib]