From 568723e8f8dc0ad74e69d5f04fe50d4ea80f1dc4 Mon Sep 17 00:00:00 2001 From: a14m Date: Thu, 8 Apr 2021 21:55:05 +0200 Subject: Update Cargo file with meta data --- CLI/rust/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) 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 "] 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"] } -- cgit v1.2.3