Skip to content

Commit

Permalink
fix: update Cargo.toml license and remove dead patch
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Nov 4, 2024
1 parent f781b95 commit bc210d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
5 changes: 0 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ edition = "2021"
authors = ["Rüdiger Klaehn <[email protected]>", "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]
Expand All @@ -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"}

0 comments on commit bc210d3

Please sign in to comment.