chore: fill in Cargo.toml
This commit is contained in:
parent
79c3174f4f
commit
4d9a496a1b
|
@ -1,4 +1,5 @@
|
||||||
/target
|
/target
|
||||||
|
|
||||||
|
keys
|
||||||
*.html
|
*.html
|
||||||
/src/bin
|
/src/bin
|
||||||
|
|
|
@ -1,7 +1,13 @@
|
||||||
[package]
|
[package]
|
||||||
name = "mostr"
|
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"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
default-run = "mostr"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue