diff options
author | 2025-02-26 19:15:52 +0000 | |
---|---|---|
committer | 2025-02-26 19:15:52 +0000 | |
commit | 50e84d47a458420c68ae94dfaa37d901d2a8a4f1 (patch) | |
tree | c675550d986c15d6eaf6201357e249df55eedb67 /Cargo.toml | |
parent | 5a2fae397cb0269cdb2b9ce5ded742a78d58cdef (diff) | |
download | macaw-50e84d47a458420c68ae94dfaa37d901d2a8a4f1.tar.gz macaw-50e84d47a458420c68ae94dfaa37d901d2a8a4f1.tar.bz2 macaw-50e84d47a458420c68ae94dfaa37d901d2a8a4f1.zip |
feat: chats and messages view, adaptive layout
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12,3 +12,7 @@ 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" |