tabby/crates/tabby-inference/Cargo.toml

16 lines
397 B
TOML

[package]
name = "tabby-inference"
version = "0.5.4"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-stream = { workspace = true }
async-trait = { workspace = true }
dashmap = "5.5.3"
derive_builder = "0.12.0"
futures = { workspace = true }
regex.workspace = true
tabby-common = { path = "../tabby-common" }