Skip to content

Commit 9d650b0

Browse files
chore(cargo): fixup Cargo.toml files
1 parent 9f9ab27 commit 9d650b0

File tree

14 files changed

+17
-12
lines changed

14 files changed

+17
-12
lines changed

examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "iroh-examples"
33
version = "0.1.1"
44
edition = "2021"
5-
authors = ["Friedel Ziegelmayer <[email protected]>"]
5+
authors = ["dignifiedquire <[email protected]>"]
66
license = "Apache-2.0/MIT"
77
repository = "https://github.com/n0-computer/iroh"
88
description = "Examples"

iroh-api/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ license = "Apache-2.0/MIT"
66
readme = "README.md"
77
description = "Rust API for Iroh"
88
rust-version = "1.63"
9+
repository = "https://github.com/n0-computer/iroh"
910

1011
[features]
1112
testing = ["dep:mockall"]

iroh-bitswap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "iroh-bitswap"
33
version = "0.1.1"
44
edition = "2021"
5-
authors = ["David Craven <[email protected]>", "Friedel Ziegelmayer <[email protected]>"]
5+
authors = ["dignifiedquire <[email protected]>"]
66
license = "Apache-2.0/MIT"
77
repository = "https://github.com/n0-computer/iroh"
88
description = "Implementation of the bitswap protocol"

iroh-car/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "iroh-car"
33
version = "0.1.1"
44
edition = "2021"
5-
authors = ["Friedel Ziegelmayer <[email protected]>"]
5+
authors = ["dignifiedquire <[email protected]>"]
66
license = "Apache-2.0/MIT"
77
repository = "https://github.com/n0-computer/iroh"
88
description = "Implementation the car files for iroh"

iroh-localops/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name = "iroh-localops"
33
version = "0.1.1"
44
edition = "2021"
55
rust-version = "1.63"
6+
authors = ["dignifiedquire <[email protected]>", "b5 <[email protected]>"]
7+
license = "Apache-2.0/MIT"
8+
repository = "https://github.com/n0-computer/iroh"
9+
description = "Iroh specific process management."
610

711
[dependencies]
812
anyhow = "1"

iroh-p2p/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "iroh-p2p"
33
version = "0.1.1"
44
edition = "2021"
5-
authors = ["Friedel Ziegelmayer <[email protected]>"]
5+
authors = ["dignifiedquire <[email protected]>"]
66
license = "Apache-2.0/MIT"
77
repository = "https://github.com/n0-computer/iroh"
88
description = "Implementation of the p2p part of iroh"

iroh-resolver/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "iroh-resolver"
33
version = "0.1.1"
44
edition = "2021"
5-
authors = ["Friedel Ziegelmayer <[email protected]>"]
5+
authors = ["dignifiedquire <[email protected]>"]
66
license = "Apache-2.0/MIT"
77
repository = "https://github.com/n0-computer/iroh"
88
description = "Implementation of path resolution for iroh"

iroh-rpc-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "iroh-rpc-client"
33
version = "0.1.1"
44
edition = "2021"
5-
authors = ["Friedel Ziegelmayer <[email protected]>", "ramfox"]
5+
authors = ["dignifiedquire <[email protected]>", "ramfox"]
66
license = "Apache-2.0/MIT"
77
repository = "https://github.com/n0-computer/iroh"
88
description = "RPC type client for iroh"

iroh-rpc-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "iroh-rpc-types"
33
version = "0.1.1"
44
edition = "2021"
5-
authors = ["Friedel Ziegelmayer <[email protected]>", "ramfox"]
5+
authors = ["dignifiedquire <[email protected]>", "ramfox"]
66
license = "Apache-2.0/MIT"
77
repository = "https://github.com/n0-computer/iroh"
88
description = "RPC type definitions for iroh"

iroh-share/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "iroh-share"
33
version = "0.1.1"
44
edition = "2021"
5-
authors = ["Friedel Ziegelmayer <[email protected]>"]
5+
authors = ["dignifiedquire <[email protected]>"]
66
license = "Apache-2.0/MIT"
77
repository = "https://github.com/n0-computer/iroh"
88
description = "Sharing files with iroh"

0 commit comments

Comments
 (0)