From c32bbcc7edc2cf99da52b1407c90238bc781a804 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Thu, 25 Jul 2024 23:31:38 +0100 Subject: feat(gui): directory block, re-org of some code (#2314) --- ui/backend/Cargo.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'ui/backend/Cargo.toml') 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" -- cgit v1.3.1