From bfe0424217556fbb37f1129bc892c8d275ff0477 Mon Sep 17 00:00:00 2001 From: namilsk Date: Sun, 8 Mar 2026 18:19:22 +0300 Subject: Fixed build with `integrated-router` feature, CI pipelines, clippy warnings and some minor edits --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9e90acc..b6a53ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ tempfile = "3.23.0" tokio-test = "0.4.4" uuid = { version = "1.19.0", features = ["v4"] } -[feature] +[features] minimal = [] integrated-router = ["dep:emissary-util", "dep:emissary-core"] default = ["minimal"] -- cgit v1.2.3