mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-08-05 06:33:11 +00:00
* feat: publish key bundles and accounts via logos delivery * chore: clear format * feat: use protobuf for registry * chore: update chat proto rev * feat: merge http registry into logos delivery * chore: renaming chat store for contact registry
23 lines
587 B
TOML
23 lines
587 B
TOML
[package]
|
|
name = "components"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
# Workspace dependencies (sorted)
|
|
crypto = { workspace = true }
|
|
libchat = { workspace = true }
|
|
logos-account = { workspace = true }
|
|
storage = { workspace = true }
|
|
|
|
# External dependencies (sorted)
|
|
base64 = "0.22"
|
|
chat-proto = { workspace = true }
|
|
crossbeam-channel = { workspace = true }
|
|
hex = "0.4.3"
|
|
prost = "0.14.1"
|
|
reqwest = { version = "0.12", default-features = false, features = ["blocking", "json", "rustls-tls"] }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
thiserror = "2"
|
|
tracing = "0.1"
|