1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

add hello-world example

This commit is contained in:
Nikolay Kim
2018-01-02 13:42:30 -08:00
parent b49eadf7e5
commit fb2c78d9fc
7 changed files with 43 additions and 2 deletions

View File

@ -103,9 +103,10 @@ opt-level = 3
[workspace]
members = [
"./",
"examples/basic",
"examples/basics",
"examples/diesel",
"examples/json",
"examples/hello-world",
"examples/multipart",
"examples/signals",
"examples/state",