14 lines
264 B
TOML
14 lines
264 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"
|
|
ratatui = "0.26.1"
|
|
sgp4 = "0.8.2"
|