We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abbc740 commit 65e23acCopy full SHA for 65e23ac
Cargo.toml
@@ -2,6 +2,15 @@
2
name = "ateshi"
3
version = "0.1.0"
4
edition = "2021"
5
+authors = ["CK Aznable"]
6
+description = " ateshi is a Command Line Interface (CLI) tool designed to mimic the functionality of UFO Test. "
7
+homepage = "https://github.com/ckaznable/ateshi"
8
+repository = "https://github.com/ckaznable/ateshi"
9
+keywords = ["tui", "ufo-test"]
10
+exclude = [".github/"]
11
+categories = ["command-line-utilities"]
12
+license = "MIT"
13
+readme = "README.md"
14
15
[dependencies]
16
anyhow = "1.0.87"
0 commit comments