2 name = "signal-cli-client"
6 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
10 clap = { version = "4", features = ["cargo", "derive", "wrap_help"] }
14 tokio = { version = "1", features = ["rt", "macros", "net", "rt-multi-thread"] }
15 jsonrpsee = { version = "0.24", features = [