Files
2021-11-22 19:34:58 +00:00

12 lines
283 B
TOML

[package]
name = "coconut-interface"
version = "0.1.0"
edition = "2018"
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" }