xmtp-cli 0.3.4

Client library for the XMTP messaging protocol.
[package]
name = "xmtp-cli"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description.workspace = true

[[bin]]
name = "xmtp"
path = "src/main.rs"

[dependencies]
xmtp = { workspace = true, features = ["alloy", "ens", "ledger"] }
clap.workspace = true
dirs.workspace = true
tokio.workspace = true
unicode-width.workspace = true
ratatui.workspace = true
getrandom.workspace = true

[lints]
workspace = true