Nikki/Cargo.toml

16 lines
430 B
TOML

[package]
name = "nikki"
version = "0.1.0"
authors = ["Raphael Jacobs <raphy@airmail.cc>"]
license-file = "WTFPL"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
unicode-segmentation = "1"
crossterm = "0.22"
unicode-width = "0.1.7"
tokio = { version = "1", features = ["time", "signal", "rt", "rt-multi-thread", "sync", "macros"] }
chrono = "0.4"