ticker/ticker-serve/Cargo.toml

18 lines
379 B
TOML

[package]
name = "ticker-serve"
version = "0.1.0"
authors = ["Astro <astro@spaceboyz.net>"]
edition = "2018"
license = "AGPL-3.0-or-later"
license-file = "LICENSE"
[dependencies]
gotham = "0.5"
gotham_derive = "0.5"
http = "0.2"
mime = "0.3"
typed-html = "0.2"
diesel = { version = "~1", features = ["postgres", "chrono"] }
chrono = "~0.4"
libticker = { path = "../libticker" }