chore: fill in Cargo.toml
This commit is contained in:
parent
79c3174f4f
commit
4d9a496a1b
|
@ -1,4 +1,5 @@
|
|||
/target
|
||||
|
||||
keys
|
||||
*.html
|
||||
/src/bin
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue