aboutsummaryrefslogtreecommitdiff
path: root/bin/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'bin/Cargo.toml')
-rw-r--r--bin/Cargo.toml2
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"
3version = "0.2.4" 3version = "0.2.4"
4edition = "2018" 4edition = "2018"
5license = "MIT" 5license = "MIT"
6authors = [ "Akshay <[email protected]>" ]
7description = "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