1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00

Git dependency

This commit is contained in:
asonix 2024-11-04 17:48:07 -06:00
parent a47d61c8d6
commit ca67ea4faa

View File

@ -35,5 +35,9 @@ 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" }
# actix-web = { path = "../actix-web/actix-web" }
# awc = { path = "../actix-web/awc" }
actix-http = { git = "https://github.com/asonix/actix-web", branch = "asonix/play-with-h1-encoding" }
actix-router = { git = "https://github.com/asonix/actix-web", branch = "asonix/play-with-h1-encoding" }
actix-web = { git = "https://github.com/asonix/actix-web", branch = "asonix/play-with-h1-encoding" }
awc = { git = "https://github.com/asonix/actix-web", branch = "asonix/play-with-h1-encoding" }