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

22 lines
285 B
TOML
Raw Normal View History

2018-04-13 21:32:15 +02:00
[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",
]