You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
members = ["compiler", "wasm-abi", "wasm-pdk", "wasm-pdk/macros", "wasm-pdk/example"]
# `wasm-pdk/example` is wasm-only: kept in `members` so it shares the lockfile and resolves path deps, but excluded from `default-members` so default workspace commands skip it. Build it explicitly with `-p slugify-mod --target wasm32-unknown-unknown`.
# Single source for third-party versions. Members opt in with `dep = { workspace = true }` so a bump touches one line workspace-wide and the lockfile cannot grow accidental version splits.
[workspace.dependencies]
wasm-abi = { path = "wasm-abi" }
hashbrown = { version = "0.17", default-features = false }