mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-13 18:11:22 +00:00
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "libp2p"
|
||||
edition = "2021"
|
||||
rust-version = "1.65.0"
|
||||
rust-version = { workspace = true }
|
||||
description = "Peer-to-peer networking library"
|
||||
version = "0.52.3"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "libp2p-metrics"
|
||||
edition = "2021"
|
||||
rust-version = "1.65.0"
|
||||
rust-version = { workspace = true }
|
||||
description = "Metrics for libp2p"
|
||||
version = "0.13.1"
|
||||
authors = ["Max Inden <mail@max-inden.de>"]
|
||||
|
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "libp2p-kad"
|
||||
edition = "2021"
|
||||
rust-version = "1.65.0"
|
||||
rust-version = { workspace = true }
|
||||
description = "Kademlia protocol for libp2p"
|
||||
version = "0.44.4"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "libp2p-swarm-test"
|
||||
version = "0.2.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.65.0"
|
||||
rust-version = { workspace = true }
|
||||
license = "MIT"
|
||||
description = "Test framework for code building on top of libp2p-swarm"
|
||||
repository = "https://github.com/libp2p/rust-libp2p"
|
||||
|
Reference in New Issue
Block a user