Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
al8n committed Feb 28, 2025
1 parent 7438532 commit b5c10a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions memberlist-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ tokio = ["agnostic-io/tokio"]
# see memberlist-wasm for more examples about how to use those tests fn
test = ["tracing-subscriber"]

arbitrary = ["dep:arbitrary", "memberlist-proto/arbitrary"]
quickcheck = ["dep:quickcheck", "memberlist-proto/quickcheck"]

[target.'cfg(target_family = "wasm")'.dependencies]
getrandom.workspace = true
once_cell = "1.17"
Expand Down

0 comments on commit b5c10a7

Please sign in to comment.