1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 15:51:06 +01:00
actix-extras/Cargo.toml
kevinpoitra 79dc7fcaff
Update actix-redis' dependencies (#24)
* Update actix-redis's dependencies

* Change `chrono::Duration` to `time::Duration` in the docs

* Remove unneeded comment

* Update CHANGES.md
2020-03-15 16:54:35 +09:00

10 lines
142 B
TOML

[workspace]
members = [
"actix-cors",
"actix-identity",
"actix-protobuf",
"actix-redis",
"actix-session",
"actix-web-httpauth",
]