diff options
author | Yuki Okushi <[email protected]> | 2020-07-14 02:57:26 +0100 |
---|---|---|
committer | Yuki Okushi <[email protected]> | 2020-07-14 02:57:26 +0100 |
commit | 6f423466d181130848c229e2684c6dd18f8a5e9d (patch) | |
tree | 24d3f14ce4d615c879756539695e817db4d8fba1 /crates/ra_hir_def | |
parent | 46d4487b8900324fc6a523c8b6ebe036d28fd0fb (diff) |
Add a license field to all the crates
Diffstat (limited to 'crates/ra_hir_def')
-rw-r--r-- | crates/ra_hir_def/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_hir_def/Cargo.toml b/crates/ra_hir_def/Cargo.toml index cf5ebbaf5..1ec619b42 100644 --- a/crates/ra_hir_def/Cargo.toml +++ b/crates/ra_hir_def/Cargo.toml | |||
@@ -3,6 +3,7 @@ edition = "2018" | |||
3 | name = "ra_hir_def" | 3 | name = "ra_hir_def" |
4 | version = "0.1.0" | 4 | version = "0.1.0" |
5 | authors = ["rust-analyzer developers"] | 5 | authors = ["rust-analyzer developers"] |
6 | license = "MIT OR Apache-2.0" | ||
6 | 7 | ||
7 | [lib] | 8 | [lib] |
8 | doctest = false | 9 | doctest = false |