You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

23 lines
584 B

[package]
name = "test-programs"
version = "0.0.0"
authors = ["The Wasmtime Project Developers"]
edition.workspace = true
rust-version.workspace = true
publish = false
license = "Apache-2.0 WITH LLVM-exception"
[lints]
workspace = true
[dependencies]
anyhow = { workspace = true, features = ['std'] }
wasi = "0.11.0"
wasi-nn = "0.6.0"
wit-bindgen = { workspace = true, features = ['default'] }
libc = { workspace = true }
getrandom = "0.2.9"
futures = { workspace = true, default-features = false, features = ['alloc'] }
url = { workspace = true }
sha2 = "0.10.2"
base64 = "0.21.0"