forked from Karylab-cklius/vllm
20 lines
397 B
TOML
20 lines
397 B
TOML
[package]
|
|
name = "vllm-tool-parser-py"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lib]
|
|
name = "_rust_tool_parser"
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
[dependencies]
|
|
pyo3.workspace = true
|
|
pythonize = { workspace = true, features = ["serde_json"] }
|
|
serde_json.workspace = true
|
|
thiserror-ext.workspace = true
|
|
vllm-tool-parser.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|