diff options
author | chrysn <chrysn@fsfe.org> | 2022-10-07 12:41:56 +0200 |
---|---|---|
committer | chrysn <chrysn@fsfe.org> | 2022-10-07 12:41:56 +0200 |
commit | 6718ca3a9412c9fbd5f1161b1123664024ffbe37 (patch) | |
tree | 009bb315252a00453cd919b5e6d633f71532e8b1 /xtask | |
parent | d49d1b6b1cf6de9577816397db3c41f6e93aa4e6 (diff) | |
download | embassy-6718ca3a9412c9fbd5f1161b1123664024ffbe37.zip |
all Cargo.toml: Add license to all crate Cargo.toml files
Closes: https://github.com/embassy-rs/embassy/issues/1002
Diffstat (limited to 'xtask')
-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 d9d6c9b2..696cfdaf 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -2,6 +2,7 @@ edition = "2021" name = "xtask" version = "0.1.0" +license = "MIT OR Apache-2.0" [dependencies] anyhow = "1.0.43" |