1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-01-22 23:05:56 +01:00
actix-extras/Cargo.toml

27 lines
781 B
TOML
Raw Permalink Normal View History

2020-01-30 00:31:25 +00:00
[workspace]
2021-08-30 23:28:11 +01:00
resolver = "2"
2020-01-30 00:31:25 +00:00
members = [
2021-06-27 07:02:38 +01:00
"actix-cors",
"actix-identity",
"actix-limitation",
2021-06-27 07:02:38 +01:00
"actix-protobuf",
"actix-redis",
"actix-session",
"actix-web-httpauth",
2020-01-30 00:31:25 +00:00
]
[patch.crates-io]
actix-cors = { path = "./actix-cors" }
actix-identity = { path = "./actix-identity" }
actix-limitation = { path = "./actix-limitation" }
actix-protobuf = { path = "./actix-protobuf" }
actix-redis = { path = "./actix-redis" }
actix-session = { path = "./actix-session" }
actix-web-httpauth = { path = "./actix-web-httpauth" }
2021-12-29 10:22:56 +00:00
# uncomment to quickly test against local actix-web repo
# actix-http = { path = "../actix-web/actix-http" }
2022-01-19 17:05:38 +00:00
# actix-router = { path = "../actix-web/actix-router" }
2021-12-29 10:22:56 +00:00
# actix-web = { path = "../actix-web" }
# awc = { path = "../actix-web/awc" }