[workspace]
members = [
  "actix-codec",
  "actix-connect",
  "actix-ioframe",
  "actix-rt",
  "actix-macros",
  "actix-service",
  "actix-server",
  "actix-testing",
  "actix-threadpool",
  "actix-tls",
  "actix-utils",
  "router",
]

[patch.crates-io]
actix-codec = { path = "actix-codec" }
actix-connect = { path = "actix-connect" }
actix-ioframe = { path = "actix-ioframe" }
actix-rt = { path = "actix-rt" }
actix-macros = { path = "actix-macros" }
actix-server = { path = "actix-server" }
actix-service = { path = "actix-service" }
actix-testing = { path = "actix-testing" }
actix-threadpool = { path = "actix-threadpool" }
actix-tls = { path = "actix-tls" }
actix-utils = { path = "actix-utils" }
actix-router = { path = "router" }