Added tool implementation for reading tools.

This commit is contained in:
2026-06-23 20:36:16 +08:00
parent 132089c8eb
commit 3476d8cbcb
6 changed files with 441 additions and 11 deletions
+11
View File
@@ -0,0 +1,11 @@
[package]
name = "tool_inspector"
version = "0.1.0"
edition = "2024"
[[bin]]
name = "tool_inspector"
path = "src/main.rs"
[dependencies]
serde_json = "1.0"