Spaces:
Running
Running
File size: 293 Bytes
5f923cd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [package]
name = "fc_parser"
version = "0.1.0"
edition = "2021"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
antlr4rust = "0.5"
antlr_fc_tool_call_parser = { path = "../antlr_fc" }
[lib]
path = "../../../runtime/components/tool_use/rust/fc_parser.rs"
|