Added tool implementation for reading tools.
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user