ticker/Cargo.toml

17 lines
425 B
TOML
Raw Normal View History

2019-10-06 23:28:39 +02:00
[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"
2019-10-10 04:09:14 +02:00
diesel = { version = "~1", features = ["postgres", "chrono"] }
2019-10-10 02:37:24 +02:00
chrono = "~0.4"
serde = { version = "~1.0", features = ["derive"] }
serde_yaml = "~0.8"
num_cpus = "~1"
crossbeam = "~0.7"