mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
upgrade to 2.0 alpha.3
This commit is contained in:
84
Cargo.toml
84
Cargo.toml
@ -1,44 +1,46 @@
|
||||
[workspace]
|
||||
members = [
|
||||
"./",
|
||||
"actix_redis",
|
||||
"actix_todo",
|
||||
"async_db",
|
||||
"async_ex1",
|
||||
"async_ex2",
|
||||
"basics",
|
||||
"cookie-auth",
|
||||
"cookie-session",
|
||||
"diesel",
|
||||
"error_handling",
|
||||
"form",
|
||||
"graphql-demo",
|
||||
"hello-world",
|
||||
"http-proxy",
|
||||
"json",
|
||||
"json_error",
|
||||
"jsonrpc",
|
||||
"juniper",
|
||||
"middleware",
|
||||
"multipart",
|
||||
"protobuf",
|
||||
"r2d2",
|
||||
"redis-session",
|
||||
"rustls",
|
||||
"server-sent-events",
|
||||
"simple-auth-server",
|
||||
"state",
|
||||
"static_index",
|
||||
"template_askama",
|
||||
"template_tera",
|
||||
"template_yarte",
|
||||
"template_handlebars",
|
||||
"tls",
|
||||
"udp-echo",
|
||||
"unix-socket",
|
||||
"web-cors/backend",
|
||||
"websocket",
|
||||
"websocket-chat",
|
||||
"websocket-chat-broker",
|
||||
"websocket-tcp-chat",
|
||||
# "actix_redis",
|
||||
"async_db",
|
||||
"async_ex1",
|
||||
"async_ex2",
|
||||
"basics",
|
||||
"cookie-auth",
|
||||
"cookie-session",
|
||||
"diesel",
|
||||
"error_handling",
|
||||
"form",
|
||||
"graphql-demo",
|
||||
"hello-world",
|
||||
"http-proxy",
|
||||
"json",
|
||||
"json_error",
|
||||
"jsonrpc",
|
||||
"juniper",
|
||||
"middleware",
|
||||
"multipart",
|
||||
"openssl",
|
||||
# "protobuf",
|
||||
"r2d2",
|
||||
# "redis-session",
|
||||
"rustls",
|
||||
"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",
|
||||
]
|
||||
|
||||
[patch.crates-io]
|
||||
actix-http = { git = "https://github.com/actix/actix-web.git" }
|
||||
|
Reference in New Issue
Block a user