[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.2.0" edition = "2021" default-run = "mostr" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] xdg = "2.5.2" itertools = "0.12.1" log = "0.4.21" chrono = "0.4.38" colog = "1.3.0" colored = "2.1.0" nostr-sdk = "0.30" tokio = { version = "1.0.0", features = ["rt", "rt-multi-thread", "macros"] } once_cell = "1.19.0"