mirror of
https://github.com/zaphar/sheetsui.git
synced 2025-07-22 04:39:48 -04:00
24 lines
754 B
TOML
24 lines
754 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", "serde"] }
|
|
csvx = "0.1.17"
|
|
# this revision introduces a way to get the Model back out of the UserModel
|
|
ironcalc = { git = "https://github.com/ironcalc/IronCalc" }
|
|
futures = "0.3.31"
|
|
ratatui = "0.29.0"
|
|
thiserror = "1.0.65"
|
|
tui-textarea = "0.7.0"
|
|
tui-prompts = "0.5.0"
|
|
slice-utils = { git = "https://dev.zaphar.net/zaphar/slice-cursor-rs.git" }
|
|
tui-popup = "0.6.0"
|
|
serde_json = "1.0.133"
|
|
colorsys = "0.6.7"
|