diff options
author | 2025-03-01 06:56:17 +0000 | |
---|---|---|
committer | 2025-03-01 06:56:39 +0000 | |
commit | a938d39dc5b21298f0d1c7829a87dbc8331917b6 (patch) | |
tree | 9b9545237f56cca744636251e744ea643c8453bc /Cargo.toml | |
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.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,3 +16,5 @@ keyring = { version = "3", features = ["apple-native", "windows-native", "sync-s uuid = { version = "1.13.1", features = ["v4"] } indexmap = "2.7.1" serde = { version = "1.0.218", features = ["derive"] } +thiserror = "2.0.11" +toml = "0.8" |