Skip to content

Commit

Permalink
feat: add weboscket feature to node and client
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandSherwin committed Nov 9, 2024
1 parent 3009b60 commit b477f08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions autonomi-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ default = ["metrics"]
local = ["sn_peers_acquisition/local", "autonomi/local"]
metrics = ["sn_logging/process-metrics"]
network-contacts = ["sn_peers_acquisition/network-contacts"]
websockets = ["autonomi/websockets"]

[[bench]]
name = "files"
Expand Down
1 change: 1 addition & 0 deletions autonomi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ registers = ["data"]
loud = []
external-signer = ["sn_evm/external-signer", "data"]
extension-module = ["pyo3/extension-module"]
websockets = ["sn_networking/websockets"]

[dependencies]
bip39 = "2.0.0"
Expand Down
1 change: 1 addition & 0 deletions sn_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ nightly = []
open-metrics = ["sn_networking/open-metrics", "prometheus-client"]
encrypt-records = ["sn_networking/encrypt-records"]
upnp = ["sn_networking/upnp"]
websockets = ["sn_networking/websockets"]
loud = ["sn_networking/loud"] # loud mode: print important messages to console

[dependencies]
Expand Down

0 comments on commit b477f08

Please sign in to comment.