mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
18 lines
442 B
TOML
18 lines
442 B
TOML
|
|
[package]
|
||
|
|
name = "mach"
|
||
|
|
version = "0.3.2"
|
||
|
|
description = "Replacement for mach which uses the mach2 implementation"
|
||
|
|
license = "MIT"
|
||
|
|
repository = "https://github.com/serai-dex/serai/tree/develop/substrate/tree-cleanup/mach"
|
||
|
|
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
||
|
|
keywords = []
|
||
|
|
edition = "2021"
|
||
|
|
rust-version = "1.242"
|
||
|
|
|
||
|
|
[package.metadata.docs.rs]
|
||
|
|
all-features = true
|
||
|
|
rustdoc-args = ["--cfg", "docsrs"]
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
mach2 = "0.4"
|