viperid/crates/editor/Cargo.toml
2024-04-22 19:57:27 -07:00

13 lines
298 B
TOML

[package]
name = "editor"
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"
minifb_host = { path = "../minifb_host" }
player = { path = "../player" }
viperid = { path = "../.." }