aboutsummaryrefslogtreecommitdiffstats
path: root/ui/backend/Cargo.lock
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2024-06-17 15:36:38 +0100
committerGitHub <noreply@github.com>2024-06-17 15:36:38 +0100
commit88633b8994437180afdd66068cc2c8f02aea1db1 (patch)
tree6df7ead44d8cb3c219dd43d0ee86256f4a6025ef /ui/backend/Cargo.lock
parentchore(deps): bump lucide-react from 0.394.0 to 0.395.0 in /ui (#2148) (diff)
downloadatuin-88633b8994437180afdd66068cc2c8f02aea1db1.zip
feat(gui): automatically install and setup the cli/shell (#2139)
* feat(gui): automatically install and setup the cli/shell * add shell config and toasts
Diffstat (limited to 'ui/backend/Cargo.lock')
-rw-r--r--ui/backend/Cargo.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/backend/Cargo.lock b/ui/backend/Cargo.lock
index e2f454b2..90b5c8c4 100644
--- a/ui/backend/Cargo.lock
+++ b/ui/backend/Cargo.lock
@@ -392,6 +392,7 @@ dependencies = [
name = "atuin-common"
version = "18.3.0"
dependencies = [
+ "directories",
"eyre",
"lazy_static",
"rand 0.8.5",
@@ -6122,6 +6123,7 @@ dependencies = [
"tauri-plugin-single-instance",
"tauri-plugin-sql",
"time",
+ "tokio",
"uuid",
]