29 lines
802 B
TOML
29 lines
802 B
TOML
[package]
|
|
name = "nym-ecash-signer-check-types"
|
|
description = "Crate containing types for the `ecash-signer-check` crate used to check if zknym signers are up and running properly"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
documentation.workspace = true
|
|
rust-version.workspace = true
|
|
readme.workspace = true
|
|
|
|
[dependencies]
|
|
semver = { workspace = true }
|
|
serde = { workspace = true, features = ["derive"] }
|
|
url = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
time = { workspace = true }
|
|
tracing = { workspace = true }
|
|
utoipa = { workspace = true }
|
|
|
|
nym-coconut-dkg-common = { workspace = true }
|
|
nym-crypto = { workspace = true, features = ["asymmetric"] }
|
|
|
|
|
|
[lints]
|
|
workspace = true
|