1
0
mirror of https://github.com/actix/examples synced 2025-03-19 02:12:24 +01:00
examples/Cargo.toml
2018-04-18 16:46:35 -07:00

23 lines
302 B
TOML

[workspace]
members = [
"./",
"basics",
"cookie-auth",
"diesel",
"hello-world",
"http-proxy",
"json",
"juniper",
"multipart",
"protobuf",
"r2d2",
"redis-session",
"state",
"template_tera",
"tls",
"unix-socket",
"web-cors/backend",
"websocket",
"websocket-chat",
]