mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
20 lines
349 B
TOML
20 lines
349 B
TOML
[package]
|
|
name = "json-example"
|
|
version = "0.1.0"
|
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
|
workspace = ".."
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
actix-web = "2.0.0"
|
|
actix-rt = "1.0.0"
|
|
actix-service = "1.0.0"
|
|
|
|
bytes = "0.5.2"
|
|
futures = "0.3.1"
|
|
env_logger = "0.7"
|
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
json = "0.12"
|