1
0
mirror of https://github.com/actix/examples synced 2025-02-02 09:39:03 +01:00
examples/Cargo.toml

24 lines
323 B
TOML
Raw Normal View History

2018-04-13 12:32:15 -07:00
[workspace]
members = [
"./",
"basics",
2018-04-18 16:46:35 -07:00
"cookie-auth",
2018-04-13 12:32:15 -07:00
"diesel",
"hello-world",
"http-proxy",
"json",
"juniper",
"multipart",
"protobuf",
"r2d2",
"redis-session",
"state",
2018-04-24 09:12:48 -07:00
"template_askama",
2018-04-13 12:32:15 -07:00
"template_tera",
"tls",
"unix-socket",
"web-cors/backend",
"websocket",
"websocket-chat",
]