mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 02:19:22 +02:00
fix doctest ci (#188)
This commit is contained in:
15
Cargo.toml
15
Cargo.toml
@ -1,12 +1,13 @@
|
||||
[workspace]
|
||||
members = [
|
||||
"actix-cors",
|
||||
"actix-identity",
|
||||
"actix-protobuf",
|
||||
"actix-protobuf/examples/prost-example",
|
||||
"actix-redis",
|
||||
"actix-session",
|
||||
"actix-web-httpauth",
|
||||
"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]
|
||||
|
Reference in New Issue
Block a user