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

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