Skip to content

Commit 312af07

Browse files
committed
adds some more metadata to Cargo.toml
1 parent d013f73 commit 312af07

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
name = "wla"
33
version = "0.1.4"
44
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"
510

611
[dependencies]
712
clap = { version = "4.4.2", features = ["derive"] }

0 commit comments

Comments
 (0)