Skip to content

Commit 6ca289f

Browse files
committed
feat(#6): add some metadata to Cargo.toml
1 parent 5a67b6d commit 6ca289f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name = "snakepipe"
33
version = "0.1.0"
44
edition = "2021"
5+
repository = "https://github.com/topheman/snake-pipe-rust"
6+
authors = ["Christophe Rosset"]
7+
keywords = ["cli", "game", "snake", "unix", "pipe"]
58

69
[[bin]]
710
name = "snakepipe"

0 commit comments

Comments
 (0)