From 66e12f72644ed06f8bd219bfb3098f9fa53d7be8 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Sat, 1 Mar 2025 05:48:26 +0000 Subject: move login modal to separate module --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 03cba3f..f2c6a34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,8 +11,8 @@ tokio = "1.43.0" tokio-stream = "0.1.17" tracing-subscriber = "0.3.19" tracing = "0.1.41" -secret-service = { version = "4.0.0", features = ["rt-tokio-crypto-rust"] } confy = "0.6.1" keyring = { version = "3", features = ["apple-native", "windows-native", "sync-secret-service"] } uuid = { version = "1.13.1", features = ["v4"] } indexmap = "2.7.1" +serde = { version = "1.0.218", features = ["derive"] } -- cgit