manning-data-streaming-with.../1--transforming-sync-to-async/provided-code/Cargo.toml

14 lines
499 B
TOML
Raw Normal View History

[package]
authors = ["Claus Matzinger <claus.matzinger+kb@gmail.com>"]
edition = "2018"
name = "manning-lp-async-rust-project-1-m1"
version = "0.1.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = { version = "0.4", features = ["serde"] }
clap = {version = "3.1.8", features = ["derive"]}
2024-03-10 16:46:25 +00:00
yahoo_finance_api = { version = "1.1", features = ["blocking"] }
async-std = { version = "1.6", features = ["attributes", "tokio1"] }