diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2024-05-28 14:54:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-28 14:54:05 +0100 |
| commit | fc4dfe4fffce05c91f6766024891bdb39b2a3299 (patch) | |
| tree | a9a0923645a4e6f6047f25db0d2f4f25a984b4b0 /ui/backend/Cargo.toml | |
| parent | chore(deps): bump uuid from 1.7.0 to 1.8.0 (#2047) (diff) | |
| download | atuin-fc4dfe4fffce05c91f6766024891bdb39b2a3299.zip | |
feat(ui): use correct username on welcome screen (#2050)
* wip
* fetch and use username
Diffstat (limited to 'ui/backend/Cargo.toml')
| -rw-r--r-- | ui/backend/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/backend/Cargo.toml b/ui/backend/Cargo.toml index 55bfccaa..782f8c9a 100644 --- a/ui/backend/Cargo.toml +++ b/ui/backend/Cargo.toml @@ -24,6 +24,7 @@ serde_json = "1.0" time = "0.3.36" uuid = "1.7.0" syntect = "5.2.0" +tauri-plugin-http = "2.0.0-beta" [dependencies.sqlx] version = "=0.7.3" |
