diff --git a/Cargo.toml b/Cargo.toml index 39f5948..f8e1dbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,3 +34,7 @@ n0-future = "0.1.2" [features] # generate headers headers = ["safer-ffi/headers"] + +[patch.crates-io] +iroh = { git = "https://github.com/n0-computer/iroh.git", branch = "main" } +iroh-base = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }