mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 15:51:06 +01:00
23 lines
606 B
TOML
23 lines
606 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"actix-cors",
|
|
"actix-identity",
|
|
"actix-protobuf",
|
|
# TODO: move this example to examples repo
|
|
# "actix-protobuf/examples/prost-example",
|
|
"actix-redis",
|
|
"actix-session",
|
|
"actix-web-httpauth",
|
|
]
|
|
|
|
[patch.crates-io]
|
|
actix-cors = { path = "actix-cors" }
|
|
actix-session = { path = "actix-session" }
|
|
|
|
# uncomment to quickly test against local actix-web repo
|
|
# actix-http = { path = "../actix-web/actix-http" }
|
|
# actix-router = { path = "../actix-web/actix-router" }
|
|
# actix-web = { path = "../actix-web" }
|
|
# awc = { path = "../actix-web/awc" }
|