[package] name = "coconut-interface" version = "0.1.0" edition = "2021" description = "Crutch library until there is proper SerDe support for coconut structs" [dependencies] serde = { version = "1.0", features = ["derive"] } getset = "0.1.1" nymcoconut = {path = "../nymcoconut" }