20 lines
585 B
TOML
20 lines
585 B
TOML
[package]
|
|
name = "nym-credentials-interface"
|
|
version = "0.1.0"
|
|
authors.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
documentation.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
bls12_381 = { workspace = true, default-features = false }
|
|
serde = { workspace = true, features = ["derive"] }
|
|
thiserror = { workspace = true }
|
|
|
|
nym-compact-ecash = { path = "../nym_offline_compact_ecash" }
|
|
nym-coconut = { path = "../nymcoconut" }
|