We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d013f73 commit 312af07Copy full SHA for 312af07
Cargo.toml
@@ -2,6 +2,11 @@
2
name = "wla"
3
version = "0.1.4"
4
edition = "2021"
5
+authors = ["sts10 <[email protected]>"]
6
+license = "MIT"
7
+readme = "readme.markdown"
8
+repository = "https://github.com/sts10/wla"
9
+description = "Audit word lists"
10
11
[dependencies]
12
clap = { version = "4.4.2", features = ["derive"] }
0 commit comments