mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-04 02:39:32 +00:00
Add a license field to all the crates
This commit is contained in:
parent
46d4487b89
commit
6f423466d1
29 changed files with 29 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue