viperid/Cargo.toml

18 lines
328 B
TOML
Raw Normal View History

[package]
name = "viperid"
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"
[workspace]
members = [
2024-04-23 04:10:09 +00:00
"run-wasm",
"crates/editor",
"crates/minifb_host",
2024-04-23 04:10:09 +00:00
"crates/player",
"crates/web_runner"
]