mirror of
https://github.com/zaphar/sheetsui.git
synced 2025-07-22 13:00:22 -04:00
12 lines
232 B
TOML
12 lines
232 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]
|
|
clap = "4.5.20"
|
|
crossterm = "0.28.1"
|
|
ratatui = "0.29.0"
|