Refactor tool execution pipeline

This commit is contained in:
2026-06-21 14:30:40 +08:00
parent 3e5f0658b3
commit 99c1e9cd6c
81 changed files with 3587 additions and 5317 deletions
+11
View File
@@ -0,0 +1,11 @@
[package]
name = "fetch_page"
version = "0.1.0"
edition = "2024"
[[bin]]
name = "fetch_page"
path = "src/main.rs"
[dependencies]
serde_json = "1.0"