mirror of
https://github.com/actix/examples
synced 2025-02-24 18:13:21 +01:00
13 lines
229 B
TOML
13 lines
229 B
TOML
[package]
|
|
name = "json-example"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
actix-web = "4.0.0-rc.1"
|
|
futures = "0.3"
|
|
env_logger = "0.9.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
json = "0.12"
|