aboutsummaryrefslogtreecommitdiff
path: root/examples/csrf/Cargo.toml
blob: 1f0066b323ef300b2952b083d9538b0f55cd3b29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "csrf"
version = "0.1.0"
authors = ["Martin Fischer <martin@push-f.com>"]
edition = "2018"
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
hyper = "0.13"
sputnik = {path = "../../"}
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "0.2", features = ["full"] }