mirror of
https://github.com/actix/actix-extras.git
synced 2025-02-17 16:43:30 +01:00
add example to workspace
This commit is contained in:
parent
d2f54b7d19
commit
f3a90a2829
12
Cargo.toml
12
Cargo.toml
@ -101,3 +101,15 @@ opt-level = 3
|
|||||||
# debug = true
|
# debug = true
|
||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
|
members = [
|
||||||
|
"./",
|
||||||
|
"examples/basic",
|
||||||
|
"examples/diesel",
|
||||||
|
"examples/json",
|
||||||
|
"examples/multipart",
|
||||||
|
"examples/signals",
|
||||||
|
"examples/state",
|
||||||
|
"examples/template_tera",
|
||||||
|
"examples/tls",
|
||||||
|
"examples/websocket-chat",
|
||||||
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user