aboutsummaryrefslogtreecommitdiff
path: root/xtask/Cargo.toml
diff options
context:
space:
mode:
authorYuki Okushi <[email protected]>2020-07-14 02:57:26 +0100
committerYuki Okushi <[email protected]>2020-07-14 02:57:26 +0100
commit6f423466d181130848c229e2684c6dd18f8a5e9d (patch)
tree24d3f14ce4d615c879756539695e817db4d8fba1 /xtask/Cargo.toml
parent46d4487b8900324fc6a523c8b6ebe036d28fd0fb (diff)
Add a license field to all the crates
Diffstat (limited to 'xtask/Cargo.toml')
-rw-r--r--xtask/Cargo.toml1
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"
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