1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/Cargo.toml
Stig Johan Berggren 8f3ce39d05
New example: Return JSON decode errors to a client (#268)
* Add JSON decode error example

* cargo fmt

* Use more appropriate response codes

* curl -i similar for all examples

* Add one more example of 422 response

* use to_string instead of empty format!
2020-03-16 03:21:13 +09:00

53 lines
902 B
TOML

[workspace]
members = [
"async_db",
"async_ex1",
"async_ex2",
"async_pg",
"awc_https",
"basics",
"casbin",
"cookie-auth",
"cookie-session",
"diesel",
"error_handling",
"form",
"graphql-demo",
"hello-world",
"http-proxy",
"json",
"json_decode_error",
"json_error",
"jsonrpc",
"juniper",
"middleware",
"multipart",
"multipart-s3",
"multipart-async-std",
"openssl",
"protobuf",
"r2d2",
"redis",
"redis-session",
"run-in-thread",
"rustls",
"shutdown-server",
"server-sent-events",
"simple-auth-server",
"state",
"static_index",
"template_askama",
"template_handlebars",
"template_tera",
"template_yarte",
"todo",
# "udp-echo",
"unix-socket",
"web-cors/backend",
"websocket",
"websocket-chat",
# "websocket-chat-broker",
"websocket-tcp-chat",
"docker_sample",
]