From 4d9a496a1bbf8b430bd34fa1ae09de2825393f75 Mon Sep 17 00:00:00 2001 From: xeruf <27jf@pm.me> Date: Fri, 26 Jul 2024 12:33:03 +0300 Subject: [PATCH] chore: fill in Cargo.toml --- .gitignore | 1 + Cargo.toml | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index bb86f06..cc4a062 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /target +keys *.html /src/bin diff --git a/Cargo.toml b/Cargo.toml index aa4e6b6..2714050 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,13 @@ [package] name = "mostr" +description = "A nested task chat, powered by nostr." +repository = "https://forge.ftt.gmbh/janek/mostr" +readme = "README.md" +license = "GPL 3.0" +authors = ["melonion"] version = "0.1.0" edition = "2021" +default-run = "mostr" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html