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.
21 lines
625 B
21 lines
625 B
[package]
|
|
name = "wasmtime-wasi-keyvalue"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
repository = "https://github.com/bytecodealliance/wasmtime"
|
|
license = "Apache-2.0 WITH LLVM-exception"
|
|
description = "Wasmtime implementation of the wasi-keyvalue API"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
anyhow = { workspace = true }
|
|
wasmtime = { workspace = true, features = ["runtime", "component-model", "std"] }
|
|
|
|
[dev-dependencies]
|
|
test-programs-artifacts = { workspace = true }
|
|
wasmtime-wasi = { workspace = true }
|
|
tokio = { workspace = true, features = ["macros"] }
|
|
|