[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"