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