tabby/crates/tabby-inference/Cargo.toml

16 lines
374 B
TOML
Raw Normal View History

[package]
name = "tabby-inference"
2023-10-03 20:21:49 +00:00
version = "0.2.0"
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 = "1.9.5"
tokenizers.workspace = true