yggdrasil/lib/abi-serde/Cargo.toml

19 lines
349 B
TOML

[package]
name = "abi-serde"
version = "0.1.0"
edition = "2021"
[dependencies]
compiler_builtins = { version = "0.1", optional = true }
core = { version = "1.0.0", optional = true, package = "rustc-std-workspace-core" }
[features]
default = []
rustc-dep-of-std = [
"core",
"compiler_builtins/rustc-dep-of-std",
]
[lints]
workspace = true