[package]
edition = "2021"
name = "yieldskill-runtime-darwin-amd64"
version = "0.1.36"
build = false
include = [
"src/lib.rs",
"runtime/yskill",
"README.md",
"LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Yield runtime support for darwin-amd64."
homepage = "https://yield.operatorstack.systems/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/operatorstack/yield"
[lib]
name = "yieldskill_runtime_darwin_amd64"
path = "src/lib.rs"