kkx/kkdisp/Cargo.toml

19 lines
370 B
TOML
Raw Normal View History

2023-01-17 02:06:16 +00:00
[package]
name = "kkdisp"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.68"
async-trait = "0.1.63"
2023-01-24 12:54:39 +00:00
# termion = "2.0.1"
2023-01-17 11:26:45 +00:00
[dependencies.serde]
version = "1"
features = ["std", "derive"]
2023-01-24 12:54:39 +00:00
[dependencies.termion]
git = "https://sectorinf.com/emilis/termion"