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 /xtask/Cargo.toml | |
parent | 46d4487b8900324fc6a523c8b6ebe036d28fd0fb (diff) |
Add a license field to all the crates
Diffstat (limited to 'xtask/Cargo.toml')
-rw-r--r-- | xtask/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 8045a98ea..d1cfb5909 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml | |||
@@ -4,6 +4,7 @@ name = "xtask" | |||
4 | version = "0.1.0" | 4 | version = "0.1.0" |
5 | authors = ["rust-analyzer developers"] | 5 | authors = ["rust-analyzer developers"] |
6 | publish = false | 6 | publish = false |
7 | license = "MIT OR Apache-2.0" | ||
7 | 8 | ||
8 | [lib] | 9 | [lib] |
9 | doctest = false | 10 | doctest = false |