Skip to content

Commit

Permalink
:recyclej: make binary to default feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Reverier-Xu committed Sep 4, 2024
1 parent 86d17ad commit 5f9c4b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions wsrx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "MIT"
resolver = "2"

[features]
default = []
default = ["binary"]
server = ["dep:axum"]
client = ["dep:tokio-tungstenite"]
binary = [
Expand Down Expand Up @@ -53,7 +53,8 @@ clap = { version = "4.5", features = ["derive"], optional = true }
once_cell = { version = "1.19", optional = true }
tracing = { version = "0.1", optional = true }
tracing-subscriber = { version = "0.3", features = [
"env-filter", "json"
"env-filter",
"json",
], optional = true }
url = { version = "2.5", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
Expand Down

0 comments on commit 5f9c4b0

Please sign in to comment.