Fries
7dc2d5350b
nginx doesn't support proxying http/2 and this app is almost certainly going to be put behind a reverse proxy. this also reduces the binary size.
28 lines
701 B
TOML
28 lines
701 B
TOML
[package]
|
|
name = "meowy-webring"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies.rocket]
|
|
version = "=0.5.0-rc.3"
|
|
default_features = false
|
|
features = ["json"]
|
|
|
|
[dependencies.rust-embed]
|
|
version = "6.7.0"
|
|
features = ["debug-embed"]
|
|
|
|
[dependencies.askama_rocket]
|
|
git = "https://github.com/djc/askama.git"
|
|
package = "askama_rocket"
|
|
rev = "b9e51601560398766eac445517fb17c35090a952"
|
|
|
|
[dependencies.askama]
|
|
git = "https://github.com/djc/askama.git"
|
|
package = "askama"
|
|
rev = "b9e51601560398766eac445517fb17c35090a952"
|
|
version = "0.12"
|
|
default-features = true
|
|
features = ["with-rocket", "mime", "mime_guess"]
|