lyra-wasm-scripting-test/Cargo.toml

21 lines
492 B
TOML
Raw Permalink Normal View History

workspace = { members = [ "common-api", "witguest"] }
2024-04-11 19:03:39 -04:00
[package]
name = "wittest"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-trait = "0.1.80"
tokio = { version = "1.37.0", features = ["full"] }
wasmtime = "23.0.1"
wasmtime-wasi = "23.0.1"
lyra-ecs = { path = "./lyra-engine/lyra-ecs" }
slab = "0.4.9"
thiserror = "1.0.58"
common-api = { path = "./common-api" }
anyhow = "1.0.86"