iss-tui/Cargo.toml
2024-03-12 20:43:47 -04:00

14 lines
260 B
TOML

[package]
name = "iss-tui"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4.23"
crossterm = "0.25.0"
libm = "0.2.6"
sgp4 = "0.8.2"
tui = "0.19.0"