hecate/std_cpu/Cargo.toml

14 lines
327 B
TOML
Raw Normal View History

2024-12-02 14:44:49 +00:00
[package]
2024-12-06 11:31:48 +00:00
name = "std_cpu"
2024-12-02 14:44:49 +00:00
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"] }
2024-12-05 10:42:36 +00:00
common = { version = "0.1.0", path = "../common" }