mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 15:51:06 +01:00
34 lines
926 B
TOML
34 lines
926 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"actix-cors",
|
|
"actix-identity",
|
|
"actix-limitation",
|
|
"actix-protobuf",
|
|
"actix-session",
|
|
"actix-settings",
|
|
"actix-web-httpauth",
|
|
"actix-ws",
|
|
]
|
|
|
|
[workspace.package]
|
|
homepage = "https://actix.rs"
|
|
license = "MIT OR Apache-2.0"
|
|
edition = "2021"
|
|
rust-version = "1.75"
|
|
|
|
[patch.crates-io]
|
|
actix-cors = { path = "./actix-cors" }
|
|
actix-identity = { path = "./actix-identity" }
|
|
actix-limitation = { path = "./actix-limitation" }
|
|
actix-protobuf = { path = "./actix-protobuf" }
|
|
actix-session = { path = "./actix-session" }
|
|
actix-settings = { path = "./actix-settings" }
|
|
actix-web-httpauth = { path = "./actix-web-httpauth" }
|
|
|
|
# uncomment to quickly test against local actix-web repo
|
|
# actix-http = { path = "../actix-web/actix-http" }
|
|
# actix-router = { path = "../actix-web/actix-router" }
|
|
# actix-web = { path = "../actix-web" }
|
|
# awc = { path = "../actix-web/awc" }
|