mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 15:51:06 +01:00
12 lines
207 B
TOML
12 lines
207 B
TOML
# TODO: identity and session are waiting for time crate changes
|
|
|
|
[workspace]
|
|
members = [
|
|
"actix-cors",
|
|
"actix-identity",
|
|
"actix-protobuf",
|
|
"actix-redis",
|
|
"actix-session",
|
|
"actix-web-httpauth",
|
|
]
|