feat: add list menu of recipe, check origin

- fix: zombie thread, safe deseialize, disable backup cycle

Signed-off-by: Pakin <pakin.t@forth.co.th>
This commit is contained in:
Pakin 2026-05-15 15:43:09 +07:00
parent d7f5e12d51
commit b16fa72383
14 changed files with 368 additions and 133 deletions

View file

@ -24,6 +24,7 @@ sqlx = { version = "0.8.6", features = ["runtime-tokio", "tls-rustls", "sqlite"]
tokio = { version = "1.49.0", features = ["full"] }
tokio-cron-scheduler = "0.15.1"
tokio-stream = "0.1.18"
tokio-util = "0.7.18"
uuid = { version = "1.20.0", features = ["v4"] }
wasmtime = { version = "44.0.1", features = ["async"] }
wasmtime-wasi = "44.0.1"