Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Commit 4e18b57

Browse files
committed
Add more metadata to cargo-fix crate
1 parent 2e87f69 commit 4e18b57

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cargo-fix/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
name = "cargo-fix"
33
version = "0.2.0"
44
authors = ["Pascal Hertleif <[email protected]>"]
5+
license = "Apache-2.0/MIT"
6+
name = "rustfix"
7+
description = "Automatically apply the suggestions made by rustc"
8+
repository = "https://github.com/killercup/rustfix"
9+
documentation = "https://docs.rs/rustfix"
10+
readme = "README.md"
511

612
[dependencies]
713
clap = "2.9.2"

0 commit comments

Comments
 (0)