mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-26 21:50:26 +00:00
8380653855
This will replace the signers still in the monolithic Processor binary.
22 lines
504 B
TOML
22 lines
504 B
TOML
[package]
|
|
name = "serai-processor-signers"
|
|
version = "0.1.0"
|
|
description = "Signers for the Serai processor"
|
|
license = "AGPL-3.0-only"
|
|
repository = "https://github.com/serai-dex/serai/tree/develop/processor/signers"
|
|
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
|
keywords = []
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
rustdoc-args = ["--cfg", "docsrs"]
|
|
|
|
[package.metadata.cargo-machete]
|
|
ignored = ["borsh", "scale"]
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|