diff options
| author | Mason Reed <mason@vector35.com> | 2025-11-03 20:10:58 -0500 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-11-04 13:34:46 -0500 |
| commit | cc742d95264d1fb1ead1b5fbea0a1dc0b06b6d23 (patch) | |
| tree | c33d41ef0b7f0762fcd55f364dd60fc1394b8937 /plugins/warp/Cargo.toml | |
| parent | be78ae60cb0e718227c1391b6fa46543656020cc (diff) | |
[WARP] Add example of batch processing using the headless Rust API
Diffstat (limited to 'plugins/warp/Cargo.toml')
| -rw-r--r-- | plugins/warp/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/warp/Cargo.toml b/plugins/warp/Cargo.toml index 1e4ecb5e..7a7df157 100644 --- a/plugins/warp/Cargo.toml +++ b/plugins/warp/Cargo.toml @@ -18,7 +18,7 @@ log = "0.4" itertools = "0.14.0" dashmap = { version = "6.1", features = ["rayon"]} rayon = "1.10" -arboard = "3.4" +arboard = {version = "3.4", default-features = false} walkdir = "2.5" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" |
