aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 96df761f2676743b7c278851827f5f3e04cc96d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "ramaskrik"
version = "0.1.0"
authors = ["haraldei"]
edition = "2018"

[dependencies]
askama = { version = "0.8.0", features = ["with-rocket"] }
rocket = "0.4.0"
rocket_contrib = { version = "0.4.0", default-features = false, features = ["serve"] }