1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 13:29:24 +00:00

add example to workspace

This commit is contained in:
Nikolay Kim 2017-12-31 22:22:56 -08:00
parent d2f54b7d19
commit f3a90a2829

View file

@ -101,3 +101,15 @@ opt-level = 3
# debug = true
[workspace]
members = [
"./",
"examples/basic",
"examples/diesel",
"examples/json",
"examples/multipart",
"examples/signals",
"examples/state",
"examples/template_tera",
"examples/tls",
"examples/websocket-chat",
]