mostr/Cargo.toml

24 lines
585 B
TOML
Raw Normal View History

2024-07-09 17:56:08 +03:00
[package]
name = "mostr"
2024-07-26 12:33:03 +03:00
description = "A nested task chat, powered by nostr."
repository = "https://forge.ftt.gmbh/janek/mostr"
readme = "README.md"
license = "GPL 3.0"
authors = ["melonion"]
2024-07-31 16:34:23 +03:00
version = "0.3.0"
2024-07-09 17:56:08 +03:00
edition = "2021"
2024-07-26 12:33:03 +03:00
default-run = "mostr"
2024-07-09 17:56:08 +03:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-07-29 21:06:23 +03:00
xdg = "2.5.2"
itertools = "0.12.1"
log = "0.4.21"
chrono = "0.4.38"
2024-07-29 21:06:23 +03:00
colog = "1.3.0"
colored = "2.1.0"
2024-08-06 11:34:18 +03:00
nostr-sdk = "0.33"
2024-07-09 17:56:08 +03:00
tokio = { version = "1.0.0", features = ["rt", "rt-multi-thread", "macros"] }
2024-07-29 22:56:30 +03:00
once_cell = "1.19.0"