Skip to content

Commit 65e23ac

Browse files
committed
chore: update Cargo.toml
1 parent abbc740 commit 65e23ac

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Cargo.toml

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
name = "ateshi"
33
version = "0.1.0"
44
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"
514

615
[dependencies]
716
anyhow = "1.0.87"

0 commit comments

Comments
 (0)