[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"