mirror of
https://github.com/zaphar/sheetsui.git
synced 2025-07-22 21:09:48 -04:00
15 lines
364 B
TOML
15 lines
364 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 = "0.28.1"
|
|
csvx = "0.1.17"
|
|
ratatui = "0.29.0"
|
|
thiserror = "1.0.65"
|