freechat/tui/Cargo.toml

24 lines
535 B
TOML

[package]
name = "tui"
version = "0.1.0"
authors = ["shockrah <alejandros714@protonmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "2.33.3"
cursive = { version = "0.15", features=["toml"] }
serde_json = "1.0"
serde = { version = "1.0.114", features = ["derive"] }
reqwest = "0.11.0"
tokio = { version = "1", features = ["full"] }
[patch.crates-io.enumset_derive]
git = "https://github.com/ocboogie/enumset"
branch = "span-fix"