[workspace] members = ["core", "client"] exclude = ["ui"] resolver = "2" [workspace.package] version = "0.1.0" edition = "2021" # Note: The UI crate is excluded from the workspace because it targets wasm32-unknown-unknown # and requires WASM-specific features. Build it separately with: cd ui && trunk build