1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-11-24 10:54:16 +00:00
UltimateTrainingModpack/training_mod_tui/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
446 B
TOML
Raw Permalink Normal View History

[package]
name = "training_mod_tui"
version = "0.1.0"
edition = "2021"
[lib]
doctest = false
[dependencies]
itertools = "0.11.0"
ratatui = { git = "https://github.com/tonogdlp/ratatui.git", branch = "single-cell", default-features = false}
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.106"
crossterm = { version = "0.22.1", optional = true }
[features]
default = []
has_terminal = ["crossterm", "ratatui/crossterm"]