[package] name = "sw-tui" version = "0.1.0" edition = "2021" authors = ["Thom Cameron "] description = "a simple terminal stopwatch application" readme = "readme.md" license-file = "license.txt" homepage = "https://gitlab.com/thom-cameron/sw" repository = "https://gitlab.com/thom-cameron/sw" [dependencies] clap = { version = "4.5.17", features = ["derive"] } crossterm = "0.28.1" ratatui = "0.28.1"