From 5e8d3bc7008d29115bc520a75a9e49c00e2c270f Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Sun, 16 Feb 2025 15:18:09 -0700 Subject: Can now sign in and fetch account data --- app/Cargo.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'app/Cargo.toml') diff --git a/app/Cargo.toml b/app/Cargo.toml index 45b24b1..f11ae44 100644 --- a/app/Cargo.toml +++ b/app/Cargo.toml @@ -11,7 +11,12 @@ crate-type = ["staticlib", "cdylib", "rlib"] tauri-build = { version = "2", features = [] } [dependencies] -tauri = { version = "2", features = ["config-toml"] } -tauri-plugin-opener = "2" +reqwest = { version = "0.12.12", features = ["json"] } serde = { version = "1", features = ["derive"] } serde_json = "1" +tauri = { version = "2", features = ["config-toml"] } +tauri-plugin-opener = "2" +tauri-plugin-deep-link = "2" +tauri-plugin-single-instance = {version = "2", features = ["deep-link"] } +tokio = "1.43.0" +url = "2.5.4" -- cgit 1.4.1