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

14 lines
269 B
TOML
Raw Normal View History

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