2018-12-09 09:56:23 -08:00
|
|
|
[workspace]
|
|
|
|
members = [
|
2018-12-09 15:19:25 -08:00
|
|
|
"actix-codec",
|
2019-11-25 21:49:11 +06:00
|
|
|
"actix-macros",
|
2020-12-31 02:29:27 +00:00
|
|
|
"actix-router",
|
|
|
|
"actix-rt",
|
2018-12-09 22:14:29 -08:00
|
|
|
"actix-server",
|
2020-12-31 02:29:27 +00:00
|
|
|
"actix-service",
|
2019-12-02 11:30:27 +06:00
|
|
|
"actix-tls",
|
2020-01-15 11:43:53 -08:00
|
|
|
"actix-tracing",
|
2018-12-10 16:16:40 -08:00
|
|
|
"actix-utils",
|
2020-12-31 02:29:27 +00:00
|
|
|
"bytestring",
|
2018-12-09 09:56:23 -08:00
|
|
|
]
|
2019-03-06 23:33:35 -08:00
|
|
|
|
2019-09-25 10:00:54 +06:00
|
|
|
[patch.crates-io]
|
2020-12-29 00:38:41 +00:00
|
|
|
actix-codec = { path = "actix-codec" }
|
2019-11-25 21:49:11 +06:00
|
|
|
actix-macros = { path = "actix-macros" }
|
2020-12-31 02:29:27 +00:00
|
|
|
actix-router = { path = "actix-router" }
|
|
|
|
actix-rt = { path = "actix-rt" }
|
2019-09-25 10:00:54 +06:00
|
|
|
actix-server = { path = "actix-server" }
|
2020-12-29 00:38:41 +00:00
|
|
|
actix-service = { path = "actix-service" }
|
2019-12-02 11:30:27 +06:00
|
|
|
actix-tls = { path = "actix-tls" }
|
2020-01-15 13:35:07 -08:00
|
|
|
actix-tracing = { path = "actix-tracing" }
|
2020-12-29 00:38:41 +00:00
|
|
|
actix-utils = { path = "actix-utils" }
|
2020-12-31 02:29:27 +00:00
|
|
|
bytestring = { path = "bytestring" }
|