summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authornamilsk <namilsk@namilsk.tech>2026-03-08 18:19:22 +0300
committernamilsk <namilsk@namilsk.tech>2026-03-08 18:19:22 +0300
commitbfe0424217556fbb37f1129bc892c8d275ff0477 (patch)
treed111c45e1e3e0a008f59b149a2e660ec0602aa9f /Cargo.toml
parent6c5cf2bf2d92118f5e996520d6abec6c005221f9 (diff)
Fixed build with `integrated-router` feature, CI pipelines, clippy warnings and some minor editsmain
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"]