This commit is contained in:
Luke Parker
2023-07-24 04:53:59 -04:00
parent 5703591eb2
commit fd585d496c
3 changed files with 131 additions and 232 deletions

View File

@@ -68,10 +68,6 @@ monero-generators = { path = "generators", version = "0.3", default-features = f
[dev-dependencies]
tokio = { version = "1", features = ["full"] }
# TODO: Remove when https://github.com/monero-rs/monero-rs/issues/162 is solved
serde = { version = "=1.0.167", default-features = false, features = ["derive", "alloc"] }
monero-rpc = "0.3"
frost = { package = "modular-frost", path = "../../crypto/frost", version = "0.7", features = ["tests"] }
[features]