mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 05:51:14 +00:00
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
2 lines
34 B
Rust
2 lines
34 B
Rust
pub mod clippy;
|
|
pub mod licenses;
|