Support dynamic source factors in platform runtime

This commit is contained in:
boris
2026-04-22 00:00:43 -07:00
parent 5815379da2
commit e838629c58
5 changed files with 26 additions and 10 deletions

View File

@@ -16,4 +16,5 @@ chrono = { version = "=0.4.44", features = ["serde"] }
indexmap = { version = "=2.11.4", features = ["serde"] }
rhai = { version = "=1.23.6", features = ["sync"] }
serde = { version = "=1.0.228", features = ["derive"] }
serde_json = "=1.0.145"
thiserror = "=2.0.18"