f4dd9a915d
* Add Apache 2.0 to bunch of common crates * Allow some basic licenses * Add more licenses
15 lines
362 B
TOML
15 lines
362 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"
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
bs58 = "0.4.0"
|
|
getset = "0.1.1"
|
|
serde = { workspace = true, features = ["derive"] }
|
|
thiserror = { workspace = true }
|
|
|
|
nym-coconut = {path = "../nymcoconut" }
|