aboutsummaryrefslogtreecommitdiffstats
path: root/ui/backend/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ui/backend/Cargo.toml')
-rw-r--r--ui/backend/Cargo.toml8
1 files changed, 5 insertions, 3 deletions
diff --git a/ui/backend/Cargo.toml b/ui/backend/Cargo.toml
index 4d4646f8..96a9b1c6 100644
--- a/ui/backend/Cargo.toml
+++ b/ui/backend/Cargo.toml
@@ -24,17 +24,19 @@ serde_json = "1.0"
time = "0.3.36"
uuid = "1.7.0"
syntect = "5.2.0"
-tauri-plugin-http = "2.0.0-beta"
-tauri-plugin-single-instance = "2.0.0-beta"
tokio = "1.38.0"
-tauri-plugin-shell = "2.0.0-beta.7"
comrak = "0.22"
portable-pty = "0.8.1"
vt100 = "0.15.2"
bytes = "1.6.0"
nix = "0.29.0"
lazy_static = "1.5.0"
+shellexpand = "3.1.0"
+
+tauri-plugin-http = "2.0.0-beta"
+tauri-plugin-single-instance = "2.0.0-beta"
tauri-plugin-os = "2.0.0-beta.8"
+tauri-plugin-shell = "2.0.0-beta.7"
[target."cfg(target_os = \"macos\")".dependencies]
cocoa = "0.25"