KStandup/Cargo.toml

12 lines
243 B
TOML
Raw Permalink Normal View History

2024-05-05 14:19:16 +00:00
[package]
name = "rusty_standup"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
color-eyre = "0.6.3"
crossterm = "0.27.0"
ratatui = "0.26.2"