Skip to content

Commit a328999

Browse files
fix: update Cargo.toml (#56)
Based on the warnings found in n0-computer/iroh#2836
1 parent a67e779 commit a328999

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ edition = "2021"
55
authors = ["Rüdiger Klaehn <[email protected]>", "n0 team"]
66
keywords = ["scp", "sftp", "network", "p2p", "holepunching"]
77
categories = ["network-programming"]
8-
license = "Apache-2.0/MIT"
9-
repository = "https://github.com/n0-computer/dumb-pipe"
8+
license = "Apache-2.0 OR MIT"
9+
repository = "https://github.com/n0-computer/sendme"
1010
description = "A cli tool to send directories over the network, with NAT hole punching"
11-
11+
readme = "README.md"
1212

1313
[dependencies]
1414
anyhow = "1.0.75"

0 commit comments

Comments
 (0)