mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-08-04 14:13:23 +00:00
17 lines
336 B
TOML
17 lines
336 B
TOML
|
|
[package]
|
||
|
|
name = "logos-delivery"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2024"
|
||
|
|
links = "logosdelivery"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
# Workspace dependencies (sorted)
|
||
|
|
crossbeam-channel = { workspace = true }
|
||
|
|
|
||
|
|
# External dependencies (sorted)
|
||
|
|
base64 = "0.22"
|
||
|
|
serde = { version = "1.0", features = ["derive"] }
|
||
|
|
serde_json = "1.0"
|
||
|
|
thiserror = "2"
|
||
|
|
tracing = "0.1"
|