Move tool executor to a separate module.

This commit is contained in:
Drew 2026-03-14 14:51:28 -07:00
parent 7420755800
commit 838a5995bd
17 changed files with 465 additions and 476 deletions

View file

@ -18,6 +18,7 @@ futures = "0.3"
async-trait = "0.1"
similar = "2"
landlock = "0.4"
tarpc = { version = "0.34", features = ["tokio1"] }
[dev-dependencies]
tempfile = "3.26.0"