mirror of
https://github.com/ratatui/ratatui.git
synced 2026-04-27 15:32:37 +00:00
<https://rust-random.github.io/book/update-0.9.html> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
18 lines
359 B
TOML
18 lines
359 B
TOML
[package]
|
|
name = "demo"
|
|
publish = false
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[features]
|
|
default = ["crossterm"]
|
|
crossterm = ["ratatui/crossterm"]
|
|
termion = ["ratatui/termion"]
|
|
termwiz = ["ratatui/termwiz"]
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5.27", features = ["derive"] }
|
|
rand = "0.9.0"
|
|
ratatui.workspace = true
|