aboutsummaryrefslogtreecommitdiffstats
path: root/ui/backend/Cargo.toml
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2024-07-25 16:08:53 +0100
committerGitHub <noreply@github.com>2024-07-25 16:08:53 +0100
commitc408465549d23b2097867baff2ea038e991eea40 (patch)
treea0c2cf95e022fb13f2ea7d38a74cbb29459fe3b9 /ui/backend/Cargo.toml
parentfix(gui): do not hardcode db path (#2309) (diff)
downloadatuin-c408465549d23b2097867baff2ea038e991eea40.zip
fix(gui): double return on mac/linux (#2311)
Diffstat (limited to 'ui/backend/Cargo.toml')
-rw-r--r--ui/backend/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/backend/Cargo.toml b/ui/backend/Cargo.toml
index df7213ce..4d4646f8 100644
--- a/ui/backend/Cargo.toml
+++ b/ui/backend/Cargo.toml
@@ -34,6 +34,7 @@ vt100 = "0.15.2"
bytes = "1.6.0"
nix = "0.29.0"
lazy_static = "1.5.0"
+tauri-plugin-os = "2.0.0-beta.8"
[target."cfg(target_os = \"macos\")".dependencies]
cocoa = "0.25"