15 lines
353 B
TOML
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]
|