Reactivity phase 1

This commit is contained in:
2026-03-19 20:18:13 -04:00
parent 7b3c2fcbef
commit 9594c38714
5 changed files with 446 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
[package]
name = "ruin_reactivity"
version = "0.1.0"
edition = "2024"
[dependencies]
ruin_runtime = { package = "ruin-runtime", path = "../runtime" }