1
0
mirror of https://github.com/actix/actix-website synced 2025-01-23 00:25:55 +01:00
actix-website/examples/Cargo.toml

19 lines
295 B
TOML
Raw Normal View History

2018-05-23 21:28:12 +02:00
[workspace]
members = [
"application",
2019-06-13 00:32:48 -04:00
"easy-form-handling",
"flexible-responders",
2018-05-23 23:25:51 +02:00
"getting-started",
2019-06-13 00:32:48 -04:00
"main-example",
"powerful-extractors",
"request-routing",
2018-05-23 20:39:15 -07:00
"server",
2018-05-24 10:13:55 -07:00
"url-dispatch",
2019-06-15 16:37:08 -04:00
"responder-trait",
"either"
]
exclude = [
"request-handlers",
"async-handlers",
2018-05-23 21:28:12 +02:00
]