2020-01-30 01:31:25 +01:00
|
|
|
[workspace]
|
2021-08-31 00:28:11 +02:00
|
|
|
resolver = "2"
|
2020-01-30 01:31:25 +01:00
|
|
|
members = [
|
2021-06-27 08:02:38 +02:00
|
|
|
"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",
|
2020-01-30 01:31:25 +01:00
|
|
|
]
|
2020-07-20 19:20:23 +02:00
|
|
|
|
|
|
|
[patch.crates-io]
|
2020-11-18 16:08:03 +01:00
|
|
|
actix-cors = { path = "actix-cors" }
|
2020-07-20 19:20:23 +02:00
|
|
|
actix-session = { path = "actix-session" }
|
2021-12-29 11:22:56 +01:00
|
|
|
|
|
|
|
# uncomment to quickly test against local actix-web repo
|
|
|
|
# actix-http = { path = "../actix-web/actix-http" }
|
|
|
|
# actix-web = { path = "../actix-web" }
|
|
|
|
# awc = { path = "../actix-web/awc" }
|