Skip to content

Commit b2f2387

Browse files
committed
update cargo.toml with keywords, license and category
1 parent 39f6269 commit b2f2387

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
name = "seshat-rs"
33
description = "A TUI based chat client for Nextcloud Talk"
44
readme = "README.md"
5+
license-file = "LICENSE"
56
version = "0.1.0-beta"
67
edition = "2018"
8+
categories = ["command-line-utilities"]
9+
keywords = ["tui", "nextcloud", "nextcloud-talk"]
710
authors = ["tofu <sechat@tofuli.de>"]
811
documentation = "https://github.com/tofubert/sechat-rs"
912
repository = "https://github.com/tofubert/sechat-rs"

0 commit comments

Comments
 (0)