viperid/crates/editor/Cargo.toml

13 lines
298 B
TOML
Raw Normal View History

[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" }
player = { path = "../player" }
viperid = { path = "../.." }