refactor: remove workflow machinery

This commit is contained in:
2026-07-16 05:45:24 +09:00
parent 83ad7506d7
commit d801b2698b
64 changed files with 141 additions and 4055 deletions
Generated
-17
View File
@@ -5742,7 +5742,6 @@ dependencies = [
"uuid",
"wasmtime",
"wat",
"workflow",
"yoi-plugin-pdk",
]
@@ -5772,22 +5771,6 @@ dependencies = [
"worker",
]
[[package]]
name = "workflow"
version = "0.1.0"
dependencies = [
"chrono",
"lint-common",
"manifest",
"memory",
"serde",
"serde_json",
"serde_yaml",
"tempfile",
"thiserror 2.0.18",
"tracing",
]
[[package]]
name = "writeable"
version = "0.6.3"