mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-06-27 19:49:31 +00:00
* Add WakeupService * Move Id to trait * Add GroupV2 * Add convo cache * Add TestHarness * Instrument call paths * Downgrade Ciphersuite * Update imports * cleanups * Add Wakeups to Client * fix: protoc dependency for ci * fix: nix hash * Remove save_conversation for v2 * PR comments
20 lines
499 B
TOML
20 lines
499 B
TOML
[package]
|
|
name = "components"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
# Workspace dependencies (sorted)
|
|
crypto = { workspace = true }
|
|
libchat = { workspace = true }
|
|
storage = { workspace = true }
|
|
|
|
# External dependencies (sorted)
|
|
base64 = "0.22"
|
|
crossbeam-channel = { workspace = true }
|
|
hex = "0.4.3"
|
|
reqwest = { version = "0.12", default-features = false, features = ["blocking", "json", "rustls-tls"] }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
thiserror = "2"
|
|
tracing = "0.1"
|