mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-26 20:40:44 +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>
20 lines
412 B
TOML
20 lines
412 B
TOML
[package]
|
|
name = "demo2"
|
|
publish = false
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
color-eyre = "0.6.3"
|
|
crossterm.workspace = true
|
|
indoc.workspace = true
|
|
itertools.workspace = true
|
|
palette = "0.7.6"
|
|
rand = "0.9.0"
|
|
rand_chacha = "0.9.0"
|
|
ratatui = { workspace = true, features = ["all-widgets"] }
|
|
strum.workspace = true
|
|
time = "0.3.37"
|
|
unicode-width = "0.2.0"
|