1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/Cargo.toml
2018-04-13 12:32:15 -07:00

22 lines
285 B
TOML

[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",
]