systeroid/systeroid-tui/Cargo.toml

20 lines
368 B
TOML
Raw Normal View History

2021-12-25 17:49:22 +00:00
[package]
name = "systeroid-tui"
version = "0.1.0"
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
edition = "2021"
[dependencies]
termion = "1.5.6"
unicode-width = "0.1.9"
thiserror = "1.0.30"
[dependencies.systeroid-core]
version = "0.1.0"
path = "../systeroid-core"
[dependencies.tui]
version = "0.16.0"
default-features = false
features = ["termion"]