1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/Cargo.toml
Gorm Casper ab7736c790 init
2018-07-09 20:18:31 +02:00

31 lines
440 B
TOML

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