chore: fill in Cargo.toml

This commit is contained in:
xeruf 2024-07-26 12:33:03 +03:00
parent 79c3174f4f
commit 4d9a496a1b
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
/target
keys
*.html
/src/bin

View File

@ -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