hecate/std_cpu/Cargo.toml

14 lines
330 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"
hecate = { version = "0.1.0", path = ".." }
serde = { version = "1", features = ["derive"] }