[package] name = "testbed" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] lyra-engine = { path = "../../", version = "0.0.1", features = ["scripting"] } #lyra-ecs = { path = "../../lyra-ecs"} anyhow = "1.0.75" async-std = "1.12.0" tracing = "0.1.37" fps_counter = "2.0.0"