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