[package] name = "nym-bity-integration" version = "0.1.0" edition = "2021" rust-version = "1.56" [dependencies] serde = { version = "1", features = ["derive"] } serde_json = "1" thiserror = "1.0" k256 = { workspace = true, features = ["ecdsa", "sha256"] } eyre = "0.6.5" cosmrs = { workspace = true } nym-cli-commands = { path = "../../common/commands" } nym-validator-client = { path = "../../common/client-libs/validator-client" } [dev-dependencies] anyhow = "1"