hecate/std_cpu/Cargo.toml

14 lines
337 B
TOML
Raw Normal View History

2024-12-02 14:44:49 +00:00
[package]
name = "rust-pdk-template"
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" }