- Set up Cargo.toml with Yew dependencies - Created main.rs entry point - Added basic App component with counter functionality - Included HTML template with styling - Added Trunk.toml for build configuration 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
5 lines
189 B
Plaintext
5 lines
189 B
Plaintext
cargo:rerun-if-changed=build/probe.rs
|
|
cargo:rustc-check-cfg=cfg(error_generic_member_access)
|
|
cargo:rustc-check-cfg=cfg(thiserror_nightly_testing)
|
|
cargo:rerun-if-env-changed=RUSTC_BOOTSTRAP
|