aboutsummaryrefslogtreecommitdiff
path: root/examples/form/Cargo.toml
blob: 69901c523e79131f824a427f050da4b1065dd8e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "sputnik-demo"
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 = { version = "0.14", features = ["full"] }
sputnik = { path = "../../", features = ["hyper_body"] }
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
thiserror = "1.0"