Files
calendar/target/wasm32-unknown-unknown/debug/build/serde_json-f1c8faf4e1c729b8/output
Connor Johnstone 3cd182e207 Initial commit: Basic Yew frontend template
- 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>
2025-08-28 14:30:55 -04:00

4 lines
132 B
Plaintext

cargo:rerun-if-changed=build.rs
cargo:rustc-check-cfg=cfg(fast_arithmetic, values("32", "64"))
cargo:rustc-cfg=fast_arithmetic="64"