fs: extract provider operations into shared crate

This commit is contained in:
2026-08-04 02:03:22 +09:00
parent e5f0c4168f
commit e6a2da548f
14 changed files with 1057 additions and 501 deletions
+1
View File
@@ -6,6 +6,7 @@ license.workspace = true
[dependencies]
async-trait = { workspace = true }
fs-operation.workspace = true
html5ever = "0.26"
llm-engine = { workspace = true }
manifest = { workspace = true }