BarkTools/Cargo.toml
2024-12-07 17:40:10 -05:00

12 lines
286 B
TOML

[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"] }