Test bitcoin-serai

Also resolves a few rough edges.
This commit is contained in:
Luke Parker
2023-03-20 04:46:27 -04:00
parent 6a2a353b91
commit 7fc8630d39
10 changed files with 372 additions and 35 deletions

View File

@@ -32,3 +32,6 @@ reqwest = { version = "0.11", features = ["json"] }
frost = { package = "modular-frost", path = "../../crypto/frost", version = "0.6", features = ["tests"] }
tokio = { version = "1", features = ["full"] }
[features]
hazmat = []