mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-17 17:37:37 +00:00
17 lines
421 B
TOML
17 lines
421 B
TOML
[package]
|
|
name = "zstd"
|
|
version = "0.11.2+zstd.1.5.2"
|
|
description = "zstd which patches to the latest update"
|
|
license = "MIT"
|
|
repository = "https://github.com/serai-dex/serai/tree/develop/patches/zstd"
|
|
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
|
keywords = []
|
|
edition = "2021"
|
|
rust-version = "1.70"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
rustdoc-args = ["--cfg", "docsrs"]
|
|
|
|
[dependencies]
|
|
zstd = "0.13"
|