2023-12-04 07:40:56 -05:00
|
|
|
[package]
|
|
|
|
|
name = "option-ext"
|
|
|
|
|
version = "0.2.0"
|
2025-08-26 14:04:39 -04:00
|
|
|
description = "Non-MPL option-ext with only the API necessary for directories"
|
2023-12-04 07:40:56 -05:00
|
|
|
license = "MIT"
|
|
|
|
|
repository = "https://github.com/serai-dex/serai/tree/develop/patches/option-ext"
|
|
|
|
|
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
|
|
|
|
keywords = []
|
|
|
|
|
edition = "2021"
|
2025-11-25 16:59:12 -05:00
|
|
|
rust-version = "1.56"
|
2023-12-04 07:40:56 -05:00
|
|
|
|
|
|
|
|
[package.metadata.docs.rs]
|
|
|
|
|
all-features = true
|
|
|
|
|
rustdoc-args = ["--cfg", "docsrs"]
|
2025-11-04 10:30:45 -05:00
|
|
|
|
|
|
|
|
[workspace]
|