mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-27 04:50:46 +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>
16 lines
260 B
TOML
16 lines
260 B
TOML
[package]
|
|
name = "weather"
|
|
publish = false
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
color-eyre.workspace = true
|
|
crossterm.workspace = true
|
|
rand = "0.9.0"
|
|
ratatui.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|