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

20 lines
349 B
TOML
Raw Normal View History

[package]
name = "json-example"
version = "0.1.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
2019-03-07 14:50:29 -08:00
workspace = ".."
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"
actix-service = "1.0.0"
2019-03-07 14:50:29 -08:00
2019-12-07 23:59:24 +06:00
bytes = "0.5.2"
futures = "0.3.1"
2020-04-05 13:50:44 +09:00
env_logger = "0.7"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
2020-04-05 13:50:44 +09:00
json = "0.12"