diff options
author | 2025-03-01 06:56:17 +0000 | |
---|---|---|
committer | 2025-03-01 06:56:39 +0000 | |
commit | a938d39dc5b21298f0d1c7829a87dbc8331917b6 (patch) | |
tree | 9b9545237f56cca744636251e744ea643c8453bc /Cargo.lock | |
parent | 66e12f72644ed06f8bd219bfb3098f9fa53d7be8 (diff) | |
download | macaw-a938d39dc5b21298f0d1c7829a87dbc8331917b6.tar.gz macaw-a938d39dc5b21298f0d1c7829a87dbc8331917b6.tar.bz2 macaw-a938d39dc5b21298f0d1c7829a87dbc8331917b6.zip |
implement credential saving with cross-platform keyring
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2340,8 +2340,10 @@ dependencies = [ "keyring", "luz", "serde", + "thiserror 2.0.11", "tokio", "tokio-stream", + "toml", "tracing", "tracing-subscriber", "uuid", |