aboutsummaryrefslogtreecommitdiff
path: root/examples/form/Cargo.toml
blob: 6f899df5ae5d90b9e5258aa27d921943991b9dea (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 = "0.13"
sputnik = {path = "../../"}
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "0.2", features = ["full"] }
thiserror = "1.0"