diff --git a/Cargo.lock b/Cargo.lock index 250c88a..1195d9f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4585,8 +4585,3 @@ name = "zeroize" version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" - -[[patch.unused]] -name = "iroh-net" -version = "0.26.0" -source = "git+https://github.com/n0-computer/iroh.git?branch=main#844b1469bab5d5f33b7de56b3d3d979ed73ae3ca" diff --git a/Cargo.toml b/Cargo.toml index 44ce38f..52f1689 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,9 +5,10 @@ edition = "2021" authors = ["RĂ¼diger Klaehn ", "n0 team"] keywords = ["netcat", "cli", "network", "p2p", "holepunching"] categories = ["network-programming"] -license = "Apache-2.0/MIT" -repository = "https://github.com/n0-computer/dumb-pipe" +license = "MIT OR Apache-2.0" +repository = "https://github.com/n0-computer/dumbpipe" description = "A cli tool to pipe data over the network, with NAT hole punching" +readme = "README.md" [dependencies] @@ -25,6 +26,3 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } duct = "0.13.6" nix = { version = "0.29", features = ["signal", "process"] } rand = "0.8.5" - -[patch.crates-io] -iroh-net = { git = "https://github.com/n0-computer/iroh.git", branch = "main"}