Skip to content

Commit ed24129

Browse files
committed
Edit Cargo.toml
1 parent a4fae9b commit ed24129

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Cargo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
[package]
22
name = "rxpipes"
3-
version = "0.1.0"
3+
description = "2D version of the ancient pipes screensaver for terminals"
4+
authors = ["inunix3 <inu.nix3@gmail.com>"]
5+
keywords = ["screensaver", "tui", "pipes", "terminal", "crossterm"]
6+
categories = ["command-line-utilities"]
7+
license = "MIT"
8+
version = "1.0.0"
9+
readme = "README.md"
10+
repository = "https://github.com/inunix3/rxpipes"
411
edition = "2021"
512

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

0 commit comments

Comments
 (0)