feat: add debug node

This commit is contained in:
Max Richter
2026-01-23 04:06:04 +01:00
committed by Max Richter
parent 1d1a44324e
commit 30afb30341
14 changed files with 289 additions and 108 deletions

8
Cargo.lock generated
View File

@@ -24,6 +24,14 @@ dependencies = [
"nodarium_utils",
]
[[package]]
name = "debug"
version = "0.1.0"
dependencies = [
"nodarium_macros",
"nodarium_utils",
]
[[package]]
name = "float"
version = "0.1.0"