Add a license field to all the crates

This commit is contained in:
Yuki Okushi 2020-07-14 10:57:26 +09:00
parent 46d4487b89
commit 6f423466d1
No known key found for this signature in database
GPG key ID: B0986C85C0E2DAA1
29 changed files with 29 additions and 0 deletions

View file

@ -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