2020-01-30 01:31:25 +01:00
|
|
|
[workspace]
|
|
|
|
members = [
|
2020-01-30 03:06:00 +01:00
|
|
|
"actix-cors",
|
2020-03-12 22:01:39 +01:00
|
|
|
"actix-identity",
|
2020-01-30 01:31:25 +01:00
|
|
|
"actix-protobuf",
|
2020-04-12 15:46:36 +02:00
|
|
|
"actix-protobuf/examples/prost-example",
|
2020-01-30 01:31:25 +01:00
|
|
|
"actix-redis",
|
2020-03-12 22:04:07 +01:00
|
|
|
"actix-session",
|
2020-01-30 01:31:25 +01:00
|
|
|
"actix-web-httpauth",
|
|
|
|
]
|
2020-07-20 19:20:23 +02:00
|
|
|
|
|
|
|
[patch.crates-io]
|
2020-11-18 16:08:03 +01:00
|
|
|
actix-cors = { path = "actix-cors" }
|
2020-07-20 19:20:23 +02:00
|
|
|
actix-session = { path = "actix-session" }
|