ticker/ticker-update/Cargo.toml

14 lines
295 B
TOML

[package]
name = "ticker-update"
version = "0.1.0"
authors = ["Astro <astro@spaceboyz.net>"]
edition = "2018"
[dependencies]
reqwest = "~0.9"
diesel = { version = "~1", features = ["postgres", "chrono"] }
chrono = "~0.4"
num_cpus = "~1"
crossbeam = "~0.7"
libticker = { path = "../libticker" }