mirror of
https://github.com/extism/extism.git
synced 2026-01-08 05:23:55 -05:00
18 lines
236 B
TOML
18 lines
236 B
TOML
[package]
|
|
name = "extism-runtime-kernel"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
|
|
[dev-dependencies]
|
|
wasm-bindgen-test = "0.3.39"
|
|
|
|
[features]
|
|
default = ["bounds-checking"]
|
|
bounds-checking = []
|
|
|
|
[workspace]
|
|
members = [
|
|
"."
|
|
] |