diff options
Diffstat (limited to 'bin/Cargo.toml')
-rw-r--r-- | bin/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/Cargo.toml b/bin/Cargo.toml index 92463bc..3bbc532 100644 --- a/bin/Cargo.toml +++ b/bin/Cargo.toml | |||
@@ -3,6 +3,8 @@ name = "statix" | |||
3 | version = "0.2.4" | 3 | version = "0.2.4" |
4 | edition = "2018" | 4 | edition = "2018" |
5 | license = "MIT" | 5 | license = "MIT" |
6 | authors = [ "Akshay <[email protected]>" ] | ||
7 | description = "Lints and suggestions for the Nix programming language" | ||
6 | 8 | ||
7 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | 9 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
8 | 10 | ||