We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f6269 commit b2f2387Copy full SHA for b2f2387
Cargo.toml
@@ -2,8 +2,11 @@
2
name = "seshat-rs"
3
description = "A TUI based chat client for Nextcloud Talk"
4
readme = "README.md"
5
+license-file = "LICENSE"
6
version = "0.1.0-beta"
7
edition = "2018"
8
+categories = ["command-line-utilities"]
9
+keywords = ["tui", "nextcloud", "nextcloud-talk"]
10
authors = ["tofu <sechat@tofuli.de>"]
11
documentation = "https://github.com/tofubert/sechat-rs"
12
repository = "https://github.com/tofubert/sechat-rs"
0 commit comments