mostr/Cargo.toml

31 lines
849 B
TOML
Raw Normal View History

2024-07-09 14:56:08 +00:00
[package]
name = "mostr"
2024-07-26 09:33:03 +00: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"]
version = "0.4.0"
2024-07-09 14:56:08 +00:00
edition = "2021"
2024-07-26 09:33:03 +00:00
default-run = "mostr"
2024-07-09 14:56:08 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
xdg = "2.5"
itertools = "0.12"
log = "0.4"
chrono = "0.4"
env_logger = "0.11"
colog = "1.3"
colored = "2.1"
parse_datetime = "0.5.0"
interim = { version = "0.1", features = ["chrono"] }
2024-08-20 10:00:36 +00:00
nostr-sdk = "0.34" # { git = "https://github.com/rust-nostr/nostr" }
tokio = { version = "1.37", features = ["rt", "rt-multi-thread", "macros"] }
regex = "1.10.5"
rustyline = { git = "https://github.com/xeruf/rustyline", rev = "465b14d" }
[dev-dependencies]
chrono-english = "0.1"
linefeed = "0.6"