hecate/std_cpu/Cargo.toml

14 lines
327 B
TOML

[package]
name = "std_cpu"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib"]
[dependencies]
extism-pdk = "1.3.0"
serde = { version = "1", features = ["derive"] }
common = { version = "0.1.0", path = "../common" }