[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" }