Files
vscode-extension-samples/wasm-component-model/Cargo.toml
2024-04-12 11:54:55 +02:00

12 lines
232 B
TOML

[package]
name = "calculator"
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]
wit-bindgen = "0.21.0"