summaryrefslogtreecommitdiff
path: root/plugins/warp/Cargo.toml
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2024-12-13 15:17:54 -0500
committerMason Reed <mason@vector35.com>2024-12-13 15:18:13 -0500
commit9c2667464b4e20cfea11cb8d3447f92f51db7440 (patch)
tree361ed45cc3b074e1188739bc61ef3634a1bbf109 /plugins/warp/Cargo.toml
parent323315207580f3996702b04ec87a43ce8fde6c55 (diff)
WARP: User friendly file picker
Instead of using the interaction api or text input just use a rust crate to manage the file picker dialog
Diffstat (limited to 'plugins/warp/Cargo.toml')
-rw-r--r--plugins/warp/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/warp/Cargo.toml b/plugins/warp/Cargo.toml
index d4be65d8..259b498d 100644
--- a/plugins/warp/Cargo.toml
+++ b/plugins/warp/Cargo.toml
@@ -16,6 +16,7 @@ arboard = "3.4"
rayon = "1.10"
dashmap = "6.1"
walkdir = "2.5"
+rfd = "0.15"
# For sigem
env_logger = "0.11.5"
clap = { version = "4.5.16", features = ["derive"] }