1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 15:51:06 +01:00
actix-extras/Cargo.toml

16 lines
347 B
TOML
Raw Normal View History

2020-01-30 01:31:25 +01:00
[workspace]
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
]
[patch.crates-io]
actix-cors = { path = "actix-cors" }
actix-session = { path = "actix-session" }