mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-18 08:45:00 +00:00
92098b24ea
Uses a dummy view/spend for now, as we don't have wallet management yet.
18 lines
549 B
TOML
18 lines
549 B
TOML
[package]
|
|
name = "serai-processor"
|
|
version = "0.1.0"
|
|
description = "Multichain processor premised on canonicity to reach distributed consensus automatically"
|
|
license = "MIT"
|
|
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
async-trait = "0.1"
|
|
thiserror = "1"
|
|
|
|
curve25519-dalek = { version = "3", features = ["std"] }
|
|
monero = { version = "0.16", features = ["experimental"] }
|
|
monero-serai = { path = "../coins/monero", features = ["multisig"] }
|
|
|
|
[dev-dependencies]
|
|
tokio = { version = "1", features = ["full"] }
|