mirror of
https://github.com/zaphar/sheetsui.git
synced 2025-07-22 21:09:48 -04:00
17 lines
449 B
TOML
17 lines
449 B
TOML
[package]
|
|
name = "sheetui"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = { version = "1.0.91", features = ["backtrace"] }
|
|
clap = { version = "4.5.20", features = ["derive"] }
|
|
crossterm = { version = "0.28.1", features = ["event-stream"] }
|
|
csvx = "0.1.17"
|
|
futures = "0.3.31"
|
|
ratatui = "0.29.0"
|
|
thiserror = "1.0.65"
|
|
tui-textarea = "0.7.0"
|