21 lines
492 B
TOML
21 lines
492 B
TOML
workspace = { members = [ "common-api", "witguest"] }
|
|
|
|
[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"
|