From e348a79c132b1003b5bc5021f64ba205462248fd Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Thu, 7 Nov 2024 16:48:21 -0500 Subject: WARP: Misc changes --- plugins/warp/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/warp/Cargo.toml') diff --git a/plugins/warp/Cargo.toml b/plugins/warp/Cargo.toml index 261e834b..88223e7d 100644 --- a/plugins/warp/Cargo.toml +++ b/plugins/warp/Cargo.toml @@ -23,6 +23,9 @@ ar = { git = "https://github.com/mdsteele/rust-ar" } tempdir = "0.3.7" serde_json = "1.0.132" +[features] +test = [] + [build-dependencies] cc = "1.1.28" -- cgit v1.3.1