ticker/ticker-serve/Cargo.toml

16 lines
324 B
TOML
Raw Normal View History

2019-10-26 01:14:49 +02:00
[package]
name = "ticker-serve"
version = "0.1.0"
authors = ["Astro <astro@spaceboyz.net>"]
edition = "2018"
[dependencies]
2020-10-26 16:20:11 +01:00
gotham = "0.5"
gotham_derive = "0.5"
http = "0.2"
mime = "0.3"
2019-10-26 01:14:49 +02:00
typed-html = "0.2"
diesel = { version = "~1", features = ["postgres", "chrono"] }
2019-10-26 01:57:31 +02:00
chrono = "~0.4"
2019-10-26 01:14:49 +02:00
libticker = { path = "../libticker" }