diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-04-29 14:59:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-29 14:59:59 +0100 |
| commit | cea48a1545250429b78235b2ad00b8243923e2b2 (patch) | |
| tree | 08866c06ee81bf841e6bf0f20feb9a88c9435cfa /ui/backend/Cargo.toml | |
| parent | chore(deps): bump rustix from 0.38.32 to 0.38.34 (#1986) (diff) | |
| download | atuin-cea48a1545250429b78235b2ad00b8243923e2b2.zip | |
feat(ui/dotfiles): add vars (#1989)
Diffstat (limited to 'ui/backend/Cargo.toml')
| -rw-r--r-- | ui/backend/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/backend/Cargo.toml b/ui/backend/Cargo.toml index 4e0019d3..9cf47436 100644 --- a/ui/backend/Cargo.toml +++ b/ui/backend/Cargo.toml @@ -12,10 +12,10 @@ edition = "2021" tauri-build = { version = "2.0.0-beta", features = [] } [dependencies] -atuin-client = { path = "../../atuin-client", version = "18.2.0" } -atuin-common = { path = "../../atuin-common", version = "18.2.0" } +atuin-client = { path = "../../crates/atuin-client", version = "18.2.0" } +atuin-common = { path = "../../crates/atuin-common", version = "18.2.0" } -atuin-dotfiles = { path = "../../atuin-dotfiles", version = "0.2.0" } +atuin-dotfiles = { path = "../../crates/atuin-dotfiles", version = "0.2.0" } eyre = "0.6" tauri = { version = "2.0.0-beta", features = ["tray-icon"] } |
