Skip to content

Commit

Permalink
Enable libp2p (#1621)
Browse files Browse the repository at this point in the history
enable libp2p
  • Loading branch information
rob-maron authored Jun 18, 2024
1 parent 3b19fc2 commit e186aab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ authors = { workspace = true }
edition = { workspace = true }

[features]
default = ["libp2p"]
libp2p = ["sequencer/libp2p"]

[dependencies]
Expand Down
1 change: 1 addition & 0 deletions sequencer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
default = ["libp2p"]
testing = ["hotshot-testing"]
libp2p = []

Expand Down

0 comments on commit e186aab

Please sign in to comment.