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