From a938d39dc5b21298f0d1c7829a87dbc8331917b6 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Sat, 1 Mar 2025 06:56:17 +0000 Subject: implement credential saving with cross-platform keyring --- Cargo.lock | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 745daae..128f43a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2340,8 +2340,10 @@ dependencies = [ "keyring", "luz", "serde", + "thiserror 2.0.11", "tokio", "tokio-stream", + "toml", "tracing", "tracing-subscriber", "uuid", -- cgit