1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/json_error/Cargo.toml
2019-12-15 23:07:17 +06:00

14 lines
274 B
TOML

[package]
name = "json_error"
version = "1.0.0"
authors = ["Kai Yao <kai.b.yao@gmail.com>"]
edition = "2018"
[dependencies]
actix-web = "2.0.0-alpha.6"
actix-rt = "1.0.0"
failure = "0.1"
futures = "0.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"