From 6f254cd7efa9f65647399cbfaa9be5881616373e Mon Sep 17 00:00:00 2001 From: Sebastian Schildt Date: Tue, 23 Apr 2024 15:00:22 +0900 Subject: [PATCH] Add VISS code when building with defaults Signed-off-by: Sebastian Schildt --- databroker/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databroker/Cargo.toml b/databroker/Cargo.toml index 9e38cf45..27abd8c0 100644 --- a/databroker/Cargo.toml +++ b/databroker/Cargo.toml @@ -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"]