16 lines
375 B
TOML
16 lines
375 B
TOML
[package]
|
|
name = "ticker-update"
|
|
version = "0.1.0"
|
|
authors = ["Astro <astro@spaceboyz.net>"]
|
|
edition = "2018"
|
|
license = "AGPL-3.0-or-later"
|
|
|
|
[dependencies]
|
|
reqwest = { version = "0.12", features = ["blocking"] }
|
|
diesel = { version = "1", features = ["postgres", "chrono"] }
|
|
chrono = "0.4"
|
|
num_cpus = "1"
|
|
crossbeam = "0.8"
|
|
rrule = "0.13"
|
|
libticker = { path = "../libticker" }
|