Files
serai/patches/option-ext/Cargo.toml

17 lines
427 B
TOML
Raw Normal View History

[package]
name = "option-ext"
version = "0.2.0"
description = "Non-MPL option-ext with only the API necessary for directories"
license = "MIT"
repository = "https://github.com/serai-dex/serai/tree/develop/patches/option-ext"
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
keywords = []
edition = "2021"
rust-version = "1.56"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[workspace]