ticker/ticker-serve/Cargo.toml

12 lines
260 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]
rocket = "0.4"
typed-html = "0.2"
diesel = { version = "~1", features = ["postgres", "chrono"] }
libticker = { path = "../libticker" }