[package] name = "ticker-serve" version = "0.1.0" authors = ["Astro "] edition = "2018" license = "AGPL-3.0-or-later" [dependencies] tokio = { version = "1", features = ["full"] } tower-http = { version = "0.5", features = ["fs"] } axum = "0.7" askama = "0.12" diesel = { version = "1", features = ["postgres", "chrono"] } chrono = "0.4" libticker = { path = "../libticker" }