aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_proc_macro/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-07-14 10:18:17 +0100
committerGitHub <[email protected]>2020-07-14 10:18:17 +0100
commit0f8af1b8246a31b1df60d3c60680954aefc9ab27 (patch)
treeb13d68a829a0ff49664d8bda6b253d31223ce815 /crates/ra_proc_macro/Cargo.toml
parentd7fee60507ee0a0c67fb42fd7e8466d1a308e010 (diff)
parent6f423466d181130848c229e2684c6dd18f8a5e9d (diff)
Merge #5355
5355: Add a license field to all the crates r=matklad a=JohnTitor Some are unnecessary but it's okay to have it, I think. cc https://github.com/rust-lang/rust/issues/74269 Co-authored-by: Yuki Okushi <[email protected]>
Diffstat (limited to 'crates/ra_proc_macro/Cargo.toml')
-rw-r--r--crates/ra_proc_macro/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_proc_macro/Cargo.toml b/crates/ra_proc_macro/Cargo.toml
index d009ceb82..c4b6e9e7b 100644
--- a/crates/ra_proc_macro/Cargo.toml
+++ b/crates/ra_proc_macro/Cargo.toml
@@ -4,6 +4,7 @@ name = "ra_proc_macro"
4version = "0.1.0" 4version = "0.1.0"
5authors = ["rust-analyzer developers"] 5authors = ["rust-analyzer developers"]
6publish = false 6publish = false
7license = "MIT OR Apache-2.0"
7 8
8[lib] 9[lib]
9doctest = false 10doctest = false