ticker/Cargo.toml

18 lines
445 B
TOML

[package]
name = "rust-ticker"
version = "0.1.0"
authors = ["Astro <astro@spaceboyz.net>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = "~0.9"
rustorm = { version = "~0.14", features = ["with-postgres"] }
rustorm_dao = "~0.4"
chrono = "~0.4"
serde = { version = "~1.0", features = ["derive"] }
serde_yaml = "~0.8"
num_cpus = "~1"
crossbeam = "~0.7"