Initial commit

This commit is contained in:
2020-11-13 22:41:03 +01:00
commit bbfb050279
8 changed files with 2309 additions and 0 deletions

20
Cargo.toml Normal file
View File

@@ -0,0 +1,20 @@
[package]
name = "tinypod"
version = "0.1.0"
authors = ["Manuel Vögele <develop@manuel-voegele.de>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "*"
askama = "*"
askama_actix = "*"
chrono = "*"
log = { version = "*", features = ["max_level_debug"] }
serde = "*"
serde_json = "*"
simple_logger = "*"
[profile.release]
lto = true