cartographer/Cargo.toml

13 lines
359 B
TOML
Raw Permalink Normal View History

2024-09-11 01:34:47 -07:00
[package]
name = "cartographer"
version = "0.1.0"
edition = "2021"
[dependencies]
reqwest = { version = "0.12.7", features = ["json"] }
tokio = { version = "1.15", features = ["full"] }
serde = { version = "1.0.210", features = ["derive"] }
time = { version = "0.3.36", features = ["serde", "parsing", "formatting"] }
2024-09-16 19:03:54 -07:00
ratatui = "0.28.1"
crossterm = "0.28.1"