UPDATE: Introducing TironCalc, or Tiron for friends

This commit is contained in:
Nicolas Hatcher
2024-05-01 08:26:49 +02:00
parent a78d5593f2
commit 736afb8a62
8 changed files with 957 additions and 15 deletions

12
tironcalc/Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "tiron"
version = "0.1.3"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
crossterm = "0.27.0"
ironcalc = { path = "../xlsx"}
ratatui = "0.26.2"
tui-input = "0.8.0"