1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-01-19 00:31:50 +01:00
actix-net/Cargo.toml

30 lines
726 B
TOML
Raw Normal View History

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",
"actix-tls",
"actix-tracing",
"actix-utils",
2020-12-31 02:29:27 +00:00
"bytestring",
"local-channel",
"local-waker",
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]
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" }
actix-service = { path = "actix-service" }
actix-tls = { path = "actix-tls" }
2020-01-15 13:35:07 -08:00
actix-tracing = { path = "actix-tracing" }
actix-utils = { path = "actix-utils" }
2020-12-31 02:29:27 +00:00
bytestring = { path = "bytestring" }
local-channel = { path = "local-channel" }
local-waker = { path = "local-waker" }