Files
wasmtime/crates/wasi-nn/examples/wasi-nn-rust-bindings/Cargo.toml
2021-01-07 14:51:12 -08:00

15 lines
353 B
TOML

[package]
name = "wasi-nn"
version = "0.1.0"
authors = ["The Wasmtime Project Developers"]
readme = "README.md"
edition = "2018"
publish = false
[dependencies]
# This crate is only used when building the example, so it's separate
# from the main Wasmtime build, so use this directive to exclude it
# from the parent directory's workspace.
[workspace]