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

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