- 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>
16 lines
670 B
Plaintext
16 lines
670 B
Plaintext
cargo:rerun-if-changed=build.rs
|
|
cargo:rustc-check-cfg=cfg(no_core_cstr)
|
|
cargo:rustc-check-cfg=cfg(no_core_error)
|
|
cargo:rustc-check-cfg=cfg(no_core_net)
|
|
cargo:rustc-check-cfg=cfg(no_core_num_saturating)
|
|
cargo:rustc-check-cfg=cfg(no_core_try_from)
|
|
cargo:rustc-check-cfg=cfg(no_diagnostic_namespace)
|
|
cargo:rustc-check-cfg=cfg(no_float_copysign)
|
|
cargo:rustc-check-cfg=cfg(no_num_nonzero_signed)
|
|
cargo:rustc-check-cfg=cfg(no_relaxed_trait_bounds)
|
|
cargo:rustc-check-cfg=cfg(no_serde_derive)
|
|
cargo:rustc-check-cfg=cfg(no_std_atomic)
|
|
cargo:rustc-check-cfg=cfg(no_std_atomic64)
|
|
cargo:rustc-check-cfg=cfg(no_systemtime_checked_add)
|
|
cargo:rustc-check-cfg=cfg(no_target_has_atomic)
|