Skip to content

Commit

Permalink
chore: prepare Cargo.toml for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
unrenamed committed Jul 9, 2024
1 parent c655419 commit d207fec
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@ name = "chatd"
version = "0.1.0"
edition = "2021"
authors = ["unrenamed <[email protected]>"]
description = "SSH Chat: Real-time communication over SSH"
description = """
chatd is an implementation of an SSH server for real-time communication that
serves a chat room instead of a shell and provides encrypted messaging over
SSH.
"""
readme = "README.md"
license-file = "LICENSE"
homepage = "https://github.com/unrenamed/chatd"
repository = "https://github.com/unrenamed/chatd"
keywords = ["ssh", "chat", "ssh-chat", "ssh-server"]
categories = ["chats"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
categories = ["command-line-utilities", "network-programming"]

[dependencies]
futures = "0.3.30"
Expand Down

0 comments on commit d207fec

Please sign in to comment.