Files
signal-gateway/signal-cli-jsonrpc-client/Cargo.toml
T
Chris Beck 4783d2d9c6 move code out to a new signal-cli-jsonrpc-client
this makes it easier to reuse the RPC stuff and the signal trust set stuff
2025-12-18 15:21:44 -07:00

20 lines
473 B
TOML

[package]
name = "signal-cli-jsonrpc-client"
version = "0.1.0"
edition.workspace = true
description = "JSON-RPC client for signal-cli daemon"
license = "MIT OR Apache-2.0"
[lints]
workspace = true
[dependencies]
futures-util = { workspace = true }
jsonrpsee = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true }
tokio-util = { workspace = true }
tracing = { workspace = true }