mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
b01878aadf
This PR adds a new `cargo xtask licenses` command for finding crates with missing license files. A number of crates were uncovered that were missing a license file, and have had the appropriate license file added. Release Notes: - N/A
16 lines
272 B
TOML
16 lines
272 B
TOML
[package]
|
|
name = "xtask"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
cargo_toml.workspace = true
|
|
clap = { workspace = true, features = ["derive"] }
|
|
toml.workspace = true
|