diff --git a/custom_backends/test_wasm/Cargo.toml b/custom_backends/test_wasm/Cargo.toml index 9ec21e0..3a25922 100644 --- a/custom_backends/test_wasm/Cargo.toml +++ b/custom_backends/test_wasm/Cargo.toml @@ -9,7 +9,7 @@ chrono = "0.4" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" bincode = "1.3" -weather_structs = { path = "../../internal/weather_structs" } +weather_structs = { path = "../../crates/weather_structs" } [lib] crate-type = ["cdylib"]