Web-based Calendar Aggregator
https://ticker.c3d2.de/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
324 B
15 lines
324 B
[package] |
|
name = "ticker-serve" |
|
version = "0.1.0" |
|
authors = ["Astro <astro@spaceboyz.net>"] |
|
edition = "2018" |
|
|
|
[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" }
|
|
|