d315a2a91b
* Add nym prefix to coconut-dkg * Add nym prefix to coconut-bandwidth * Add nym prefix to bandwidth-claim-contract * Add nym prefix to coconut-bandwidth-contract-common * Add nym prefix to coconut-dkg-common * Add nym prefix to group-contract-common * Add nym prefix to multisig-contract-common * Add nym prefix to coconut-interface * Add nym prefix to credential-storage * rustfmt * Mark coconut-test crate as private * Fix build errors * rustfmt
14 lines
318 B
TOML
14 lines
318 B
TOML
[package]
|
|
name = "nym-coconut-interface"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "Crutch library until there is proper SerDe support for coconut structs"
|
|
|
|
[dependencies]
|
|
bs58 = "0.4.0"
|
|
getset = "0.1.1"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
thiserror = "1"
|
|
|
|
nymcoconut = {path = "../nymcoconut" }
|