diff options
| author | Mason Reed <mason@vector35.com> | 2024-11-07 16:48:21 -0500 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2024-11-08 03:13:53 -0500 |
| commit | e348a79c132b1003b5bc5021f64ba205462248fd (patch) | |
| tree | 0140543e4fe13e06e6640139929a5c66b5b06394 /plugins/warp/Cargo.toml | |
| parent | 66b7926e976185111dbbf1ccb6696bddde6555de (diff) | |
WARP: Misc changes
Diffstat (limited to 'plugins/warp/Cargo.toml')
| -rw-r--r-- | plugins/warp/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
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" |
