diff --git a/Cargo.toml b/Cargo.toml index bbbe5b0e..71651310 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ members = ["shipyard_proc", "demo"] [dependencies] num_cpus = { version = "1.12.0", optional = true } rayon = { version = "1.3.0", optional = true } -shipyard_proc = { version = "0.2.0", optional = true } +shipyard_proc = { version = "0.2.0", path = "./shipyard_proc", optional = true } serde = { version = "1.0.104", optional = true, default-features = false } parking_lot = { version = "0.10.0" } hashbrown = "0.7.0"