mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
add workspace
This commit is contained in:
21
Cargo.toml
Normal file
21
Cargo.toml
Normal file
@ -0,0 +1,21 @@
|
||||
[workspace]
|
||||
members = [
|
||||
"./",
|
||||
"basics",
|
||||
"diesel",
|
||||
"hello-world",
|
||||
"http-proxy",
|
||||
"json",
|
||||
"juniper",
|
||||
"multipart",
|
||||
"protobuf",
|
||||
"r2d2",
|
||||
"redis-session",
|
||||
"state",
|
||||
"template_tera",
|
||||
"tls",
|
||||
"unix-socket",
|
||||
"web-cors/backend",
|
||||
"websocket",
|
||||
"websocket-chat",
|
||||
]
|
Reference in New Issue
Block a user