1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 02:19:22 +02:00

add new crates to workspace

This commit is contained in:
Rob Ede
2020-01-30 02:06:00 +00:00
parent 90e00f7344
commit 8ab2229032
4 changed files with 9 additions and 5 deletions

View File

@ -1,6 +1,11 @@
# 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",
]