From eac0c63efc0abcadcd336842e771b27c27d1c46b Mon Sep 17 00:00:00 2001 From: Mike Dilger Date: Tue, 20 Dec 2022 18:30:56 +1300 Subject: [PATCH] Cargo keys --- Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 68f82b2d..5035243e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,13 @@ [package] name = "gossip" version = "0.3.0" -edition = "2021" +description = "A social media client for nostr" +authors = ["Mike Dilger "] license = "MIT" +repository = "https://github.com/mikedilger/gossip" +homepage = "https://github.com/mikedilger/gossip" +default-run = "gossip" +edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html