mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
17 lines
423 B
TOML
17 lines
423 B
TOML
|
|
[package]
|
||
|
|
name = "thiserror"
|
||
|
|
version = "1.99.99"
|
||
|
|
description = "Patch to the latest version"
|
||
|
|
license = "MIT"
|
||
|
|
repository = "https://github.com/serai-dex/serai/tree/develop/patches/thiserror"
|
||
|
|
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
||
|
|
keywords = []
|
||
|
|
edition = "2021"
|
||
|
|
|
||
|
|
[package.metadata.docs.rs]
|
||
|
|
all-features = true
|
||
|
|
rustdoc-args = ["--cfg", "docsrs"]
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
thiserror = { version = "2", features = ["std"] }
|