summaryrefslogtreecommitdiffstats
path: root/CLI/rust
diff options
context:
space:
mode:
authora14m <[email protected]>2021-04-08 21:55:05 +0200
committera14m <[email protected]>2021-04-08 21:55:05 +0200
commit568723e8f8dc0ad74e69d5f04fe50d4ea80f1dc4 (patch)
tree766bd17c2b0574ae89bdf7410402cbc89a0ee784 /CLI/rust
parent6992f391100873a54b93d48b611c0daff74c0423 (diff)
Update Cargo file with meta data
Diffstat (limited to 'CLI/rust')
-rw-r--r--CLI/rust/Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/CLI/rust/Cargo.toml b/CLI/rust/Cargo.toml
index 7c4f7ca..58c2250 100644
--- a/CLI/rust/Cargo.toml
+++ b/CLI/rust/Cargo.toml
@@ -3,6 +3,11 @@ name = "game-of-life"
version = "0.1.0"
authors = ["a14m <[email protected]>"]
edition = "2018"
+description = "Conway's game of life implementation as a CLI rust crate"
+readme = "README.md"
+homepage = "https://git.sr.ht/~a14m/game-of-life/tree/master/CLI/rust/README.md"
+repository = "https://git.sr.ht/~a14m/game-of-life/tree/master/CLI/rust"
+license = "MIT"
[dependencies]
clap = { version = "3.0.0-beta.2", features = ["wrap_help"] }