mirror of
https://github.com/actix/examples
synced 2024-11-24 06:43:00 +01:00
13 lines
217 B
TOML
13 lines
217 B
TOML
[package]
|
|
name = "json_error"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
actix-web = { workspace = true }
|
|
|
|
env_logger = "0.10"
|
|
log = "0.4"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|