Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
chore: updated crates package information (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
LNSD committed Sep 9, 2023
1 parent 279dc96 commit 2d927da
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 4 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ resolver = "2"
rust-version = "1.66.0"
license = "Apache-2.0"
repository = "https://github.com/LNSD/rust-libp2p-pubsub"
exclude = ["/examples", "/tests"]

[workspace.dependencies]
assert_matches = "1.5.0"
Expand Down
3 changes: 3 additions & 0 deletions floodsub/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[package]
name = "libp2p-pubsub-floodsub"
description = "An alternative implementation of the floodsub protocol for the rust-libp2p stack."
version = "0.1.0"
edition = "2021"
rust-version.workspace = true
license.workspace = true
repository.workspace = true
exclude.workspace = true
readme = "../meta/README.md"

[dependencies]
libp2p = { workspace = true, features = ["macros"] }
Expand Down
4 changes: 0 additions & 4 deletions floodsub/README.md

This file was deleted.

2 changes: 2 additions & 0 deletions meta/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[package]
name = "libp2p-pubsub"
description = "An alternative implementation of rust-libp2p pubsub protocols"
version = "0.1.0"
edition = "2021"
rust-version.workspace = true
license.workspace = true
repository.workspace = true
exclude.workspace = true

[features]
floodsub = ["dep:libp2p-pubsub-floodsub"]
Expand Down
3 changes: 3 additions & 0 deletions pubsub-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[package]
name = "libp2p-pubsub-common"
description = "Common utilities and traits for rust-libp2p pubsub protocols."
version = "0.1.0"
edition = "2021"
rust-version.workspace = true
license.workspace = true
repository.workspace = true
exclude.workspace = true
readme = "../meta/README.md"

[dependencies]
futures.workspace = true
Expand Down
3 changes: 3 additions & 0 deletions pubsub-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[package]
name = "libp2p-pubsub-core"
description = "Core traits and types for the rust-libp2p-pubsub protocols."
version = "0.1.0"
edition = "2021"
rust-version.workspace = true
license.workspace = true
repository.workspace = true
exclude.workspace = true
readme = "../meta/README.md"

[dependencies]
anyhow = "1.0.75"
Expand Down
3 changes: 3 additions & 0 deletions pubsub-proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[package]
name = "libp2p-pubsub-proto"
description = "Protocol Buffers definitions for the rust-libp2p pubsub protocols."
version = "0.1.0"
edition = "2021"
rust-version.workspace = true
license.workspace = true
repository.workspace = true
exclude.workspace = true
readme = "../meta/README.md"

[features]
# Enable to run protobuf messages code generation at compile time (requires Buf CLI, protoc, etc.).
Expand Down
2 changes: 2 additions & 0 deletions testlib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[package]
name = "testlib"
description = "Test utilities and helpers functions for testing rust-libp2p pubsub protocols"
version = "0.1.0"
edition = "2021"
rust-version.workspace = true
license.workspace = true
repository.workspace = true
exclude.workspace = true

[dependencies]
assert_matches.workspace = true
Expand Down

0 comments on commit 2d927da

Please sign in to comment.