1
0
mirror of https://github.com/actix/examples synced 2025-01-23 06:14:35 +01:00
examples/json_error/Cargo.toml

14 lines
266 B
TOML
Raw Normal View History

2019-06-22 02:08:18 -05:00
[package]
name = "json_error"
2019-12-07 23:59:24 +06:00
version = "1.0.0"
2019-06-22 02:08:18 -05:00
authors = ["Kai Yao <kai.b.yao@gmail.com>"]
edition = "2018"
[dependencies]
2019-12-25 20:48:33 +04:00
actix-web = "2.0.0"
2019-12-15 23:07:17 +06:00
actix-rt = "1.0.0"
2019-06-22 02:08:18 -05:00
failure = "0.1"
2019-12-07 23:59:24 +06:00
futures = "0.3"
2019-06-22 02:08:18 -05:00
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"