viperid/crates/player/Cargo.toml

13 lines
260 B
TOML
Raw Normal View History

[package]
name = "player"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.82"
viperid = { path = "../.." }
2024-04-23 04:10:09 +00:00
wasm-timer = "0.2.5"
wasmi = "0.31.2"