2024-04-22 05:10:48 +00:00
|
|
|
[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"
|
2024-04-23 02:57:27 +00:00
|
|
|
minifb_host = { path = "../minifb_host" }
|
2024-04-22 05:10:48 +00:00
|
|
|
player = { path = "../player" }
|
|
|
|
viperid = { path = "../.." }
|