Remove coin crate

Effective reversion of past few commits by request.
This commit is contained in:
Luke Parker
2022-10-16 13:11:32 -04:00
parent 5ce06cf1b7
commit ec7d8ac67b
9 changed files with 36 additions and 120 deletions

View File

@@ -20,17 +20,22 @@ thiserror = "1"
group = "0.12"
curve25519-dalek = { version = "3", features = ["std"] }
transcript = { package = "flexible-transcript", path = "../crypto/transcript", features = ["recommended"] }
dalek-ff-group = { path = "../crypto/dalek-ff-group" }
frost = { package = "modular-frost", path = "../crypto/frost", features = ["ed25519"] }
serai-coin = { path = "../coin", features = ["monero"] }
monero-serai = { path = "../coins/monero", features = ["multisig"] }
[dev-dependencies]
rand_core = "0.6"
hex = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
futures = "0.3"
tokio = { version = "1", features = ["full"] }
frost = { package = "modular-frost", path = "../crypto/frost", features = ["ed25519", "tests"] }
serai-coin = { path = "../coin", features = ["monero", "test"] }