This commit is contained in:
nora 2023-03-07 14:00:23 +01:00
parent 25adea4103
commit 7af1274587
160 changed files with 38999 additions and 4 deletions

View file

@ -10,3 +10,8 @@ futures = "0"
hyper = { version = "0", default-features = false }
tokio = { version = "1", default-features = false }
warp = { version = "0", default-features = false }
[patch.crates-io]
warp = { path = "./warp" }
hyper = { path = "./hyper" }