- 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>
6 lines
190 B
Plaintext
6 lines
190 B
Plaintext
cargo:rerun-if-changed=build.rs
|
|
cargo:rustc-check-cfg=cfg(exhaustive)
|
|
cargo:rustc-check-cfg=cfg(prettyplease_debug)
|
|
cargo:rustc-check-cfg=cfg(prettyplease_debug_indent)
|
|
cargo:VERSION=0.2.37
|