2789ee8f18
Failed tests are due to some nightly issue, not related to this PR
12 lines
326 B
TOML
12 lines
326 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"
|
|
|
|
coconut-rs = { git = "https://github.com/nymtech/coconut.git", branch = "0.5.0" }
|