mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
22 lines
566 B
TOML
22 lines
566 B
TOML
[package]
|
|
name = "std-shims"
|
|
version = "0.1.99"
|
|
description = "std-shims which patches to the latest update"
|
|
license = "MIT"
|
|
repository = "https://github.com/serai-dex/serai/tree/develop/patches/std-shims"
|
|
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
|
|
keywords = ["nostd", "no_std", "alloc", "io"]
|
|
edition = "2021"
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
rustdoc-args = ["--cfg", "docsrs"]
|
|
|
|
[workspace]
|
|
|
|
[dependencies]
|
|
std-shims = { path = "../../common/std-shims", default-features = false, features = ["alloc"] }
|
|
|
|
[features]
|
|
std = ["std-shims/std"]
|