Files
big_tim/Cargo.toml
Arthur Roberts d820929e68 Changed reqwest for ureq
Seemed much smaller and more what I needed
2024-07-13 21:15:10 +01:00

13 lines
299 B
TOML

[package]
name = "blockchain_time"
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.38"
lazy_static = "1.5.0"
serde_json = "1.0.120"
ureq = { version = "2.10.0", features = ["json"] }