zandatsu/Cargo.toml

15 lines
331 B
TOML

[package]
name = "zandatsu"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.81"
clap = { version = "4.5.4", features = ["derive"] }
color-eyre = "0.6.3"
crossterm = "0.27.0"
fuzzy-select = "0.1.1"
ratatui = "0.26.1"