ticker/ticker-update/Cargo.toml

16 lines
379 B
TOML
Raw Normal View History

2019-10-06 23:28:39 +02:00
[package]
name = "ticker-update"
2019-10-06 23:28:39 +02:00
version = "0.1.0"
authors = ["Astro <astro@spaceboyz.net>"]
edition = "2018"
2020-11-04 11:59:07 +01:00
license = "AGPL-3.0-or-later"
2019-10-06 23:28:39 +02:00
[dependencies]
2022-02-25 20:26:52 +01:00
reqwest = { version = "~0.11", features = ["blocking"] }
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"
num_cpus = "~1"
2022-02-25 20:26:52 +01:00
crossbeam = "~0.8"
rrule = "0.7"
2019-10-26 00:19:25 +02:00
libticker = { path = "../libticker" }