1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/json/json_decode_error/Cargo.toml
2022-01-29 14:23:52 +00:00

10 lines
181 B
TOML

[package]
name = "json_decode_error"
version = "0.1.0"
authors = ["Stig Johan Berggren <stigjb@gmail.com>"]
edition = "2018"
[dependencies]
actix-web = "4.0.0-beta.21"
serde = "1"