File size: 310 Bytes
5f923cd
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "python_parser"
version = "0.1.0"
edition = "2021"

[dependencies]
antlr4rust = "0.5"
antlr_python_tool_call_parser = { path = "../antlr_python" }

serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

[lib]
path = "../../../runtime/components/tool_use/rust/python_parser.rs"