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>
This commit is contained in:
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -0,0 +1,15 @@
|
||||
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)
|
||||
@@ -0,0 +1 @@
|
||||
/home/connor/docs/projects/calendar/target/wasm32-unknown-unknown/debug/build/serde-29b803123b408649/out
|
||||
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -0,0 +1,3 @@
|
||||
cargo:rerun-if-changed=build.rs
|
||||
cargo:rustc-check-cfg=cfg(fast_arithmetic, values("32", "64"))
|
||||
cargo:rustc-cfg=fast_arithmetic="64"
|
||||
@@ -0,0 +1 @@
|
||||
/home/connor/docs/projects/calendar/target/wasm32-unknown-unknown/debug/build/serde_json-f1c8faf4e1c729b8/out
|
||||
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -0,0 +1,4 @@
|
||||
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
|
||||
@@ -0,0 +1 @@
|
||||
/home/connor/docs/projects/calendar/target/wasm32-unknown-unknown/debug/build/thiserror-11bb6a1b349db362/out
|
||||
@@ -0,0 +1 @@
|
||||
This file has an mtime of when this was started.
|
||||
@@ -0,0 +1 @@
|
||||
cargo:rerun-if-changed=build.rs
|
||||
@@ -0,0 +1 @@
|
||||
/home/connor/docs/projects/calendar/target/wasm32-unknown-unknown/debug/build/wasm-bindgen-8a4b27f6fe05f55e/out
|
||||
Reference in New Issue
Block a user