From 50e84d47a458420c68ae94dfaa37d901d2a8a4f1 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Wed, 26 Feb 2025 19:15:52 +0000 Subject: feat: chats and messages view, adaptive layout --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5c1322b..03cba3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- cgit