mirror of
https://github.com/actix/examples
synced 2024-11-24 06:43:00 +01:00
14 lines
282 B
TOML
14 lines
282 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.3"
|
|
actix-rt = "1.0.0-alpha.3"
|
|
failure = "0.1"
|
|
futures = "0.3"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|