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