1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

Merge branch 'master' into udp-echo

# Conflicts:
#	.travis.yml
#	Cargo.toml
This commit is contained in:
Anton Patrushev
2019-09-17 21:42:44 +02:00
168 changed files with 3467 additions and 10835 deletions

View File

@ -5,30 +5,33 @@ members = [
"actix_todo",
"async_db",
"async_ex1",
"async_ex2",
"basics",
"cookie-auth",
"cookie-auth-full",
"cookie-session",
"diesel",
"error_handling",
"form",
"hello-world",
"http-proxy",
"http-full-proxy",
"json",
"json_error",
"jsonrpc",
"juniper",
"middleware",
"multipart",
"protobuf",
"r2d2",
"redis-session",
"rustls",
"simple-auth-server",
"state",
"static_index",
"template_askama",
"template_tera",
"template_yarte",
"template_handlebars",
"tls",
"rustls",
"udp-echo",
"unix-socket",
"web-cors/backend",