Initial commit
This commit is contained in:
20
Cargo.toml
Normal file
20
Cargo.toml
Normal 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
|
||||
Reference in New Issue
Block a user