Skip to content

Commit

Permalink
update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
jlkiri committed Jun 20, 2021
1 parent 333fda3 commit f3b4802
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
[package]
name = "teacup"
version = "0.1.0"
authors = ["Kirill Vasiltsov"]
authors = ["Kirill Vasiltsov <[email protected]>"]
edition = "2018"
license = "MIT"
description = "A simple `netcat`-like TCP/UDP listener and client."
readme = "README.md"
homepage = "https://github.com/jlkiri/teacup"
repository = "https://github.com/jlkiri/teacup"
keywords = ["cli", "tcp", "server", "netcat"]
categories = ["command-line-utilities", "network-programming"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TeaCuP ☕

A simple `netcat`-like TCP/UDP listener and client.
A simple cross-platform `netcat`-like TCP/UDP listener and client.

## Server

Expand Down

0 comments on commit f3b4802

Please sign in to comment.