Skip to content

Commit

Permalink
Add VISS code when building with defaults
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schildt <[email protected]>
  • Loading branch information
SebastianSchildt committed Apr 23, 2024
1 parent acca310 commit 6f254cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databroker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ uuid = { version = "1.4.1", optional = true, features = ["v4"] }
sd-notify = "0.4.1"

[features]
default = ["tls"]
default = ["tls", "viss"]
tls = ["tonic/tls"]
jemalloc = ["dep:jemallocator"]
viss = ["dep:axum", "dep:chrono", "dep:futures", "dep:uuid"]
Expand Down

0 comments on commit 6f254cd

Please sign in to comment.