mirror of
https://github.com/LukeHagar/wasm-overhead-research.git
synced 2025-12-06 04:22:06 +00:00
10 lines
131 B
TOML
10 lines
131 B
TOML
[package]
|
|
name = "extism_echo"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
extism-pdk = "1.2"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"] |