mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-05-12 13:09:29 +00:00
26 lines
542 B
TOML
26 lines
542 B
TOML
|
|
[package]
|
||
|
|
name = "core_client"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2024"
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
# Workspace dependencies (sorted)
|
||
|
|
blake2 = { workspace = true }
|
||
|
|
chat-sqlite = { workspace = true }
|
||
|
|
crypto = { workspace = true }
|
||
|
|
libchat = { workspace = true }
|
||
|
|
storage = { workspace = true }
|
||
|
|
|
||
|
|
# External dependencies (sorted)
|
||
|
|
chat-proto = { git = "https://github.com/logos-messaging/chat_proto" }
|
||
|
|
thiserror = "2.0.18"
|
||
|
|
prost = "0.14.3"
|
||
|
|
hex = "0.4.3"
|
||
|
|
openmls = "0.8.1"
|
||
|
|
openmls_libcrux_crypto = "0.3.1"
|
||
|
|
openmls_memory_storage = "0.5.0"
|
||
|
|
openmls_traits = "0.5.0"
|