Skip to content

Commit e04d40e

Browse files
authored
Merge pull request #17 from cryptidtech/dhuseby/rename-bsp2p
rename bsp2p to bs-p2p
2 parents 0a17df5 + e29526f commit e04d40e

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ default-members = ["crates/bs"]
44
members = [
55
"cli",
66
"crates/bs",
7+
"crates/bs-p2p",
78
"crates/bs-traits",
8-
"crates/bsp2p",
99
"crates/content-addressable",
1010
"crates/multibase",
1111
"crates/multicid",
@@ -37,6 +37,7 @@ unexpected_cfgs = { level = "warn", check-cfg = [
3737
[workspace.dependencies]
3838
# Crate ependencies
3939
bs = { path = "crates/bs" }
40+
bs-p2p = { path = "crates/bs-p2p" }
4041
bs-traits = { path = "crates/bs-traits" }
4142
multibase = { path = "crates/multibase" }
4243
multicid = { path = "crates/multicid" }
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "bsp2p"
2+
name = "bs-p2p"
33
version.workspace = true
44
edition.workspace = true
55
authors.workspace = true
File renamed without changes.

0 commit comments

Comments
 (0)