mirror of
https://github.com/TabbyML/tabby
synced 2024-11-22 17:41:54 +00:00
182aceed41
ctranslate2-bindings@0.3.0-rc.0 http-api-bindings@0.3.0-rc.0 llama-cpp-bindings@0.3.0-rc.0 tabby@0.3.0-rc.0 tabby-common@0.3.0-rc.0 tabby-download@0.3.0-rc.0 tabby-inference@0.3.0-rc.0 tabby-scheduler@0.3.0-rc.0 Generated by cargo-workspaces
40 lines
889 B
TOML
40 lines
889 B
TOML
[workspace]
|
|
resolver = "1"
|
|
members = [
|
|
"crates/tabby",
|
|
"crates/tabby-common",
|
|
"crates/tabby-scheduler",
|
|
"crates/tabby-download",
|
|
"crates/tabby-inference",
|
|
"crates/ctranslate2-bindings",
|
|
"crates/rust-cxx-cmake-bridge",
|
|
"crates/llama-cpp-bindings",
|
|
"crates/http-api-bindings",
|
|
]
|
|
|
|
[workspace.package]
|
|
version = "0.3.0-rc.0"
|
|
edition = "2021"
|
|
authors = ["Meng Zhang"]
|
|
homepage = "https://github.com/TabbyML/tabby"
|
|
|
|
[workspace.dependencies]
|
|
lazy_static = "1.4.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1"
|
|
serdeconv = "0.4.1"
|
|
tokio = "1.28"
|
|
tokio-util = "0.7"
|
|
tracing = "0.1"
|
|
tracing-subscriber = "0.3"
|
|
anyhow = "1.0.71"
|
|
serde-jsonlines = "0.4.0"
|
|
tantivy = "0.21.0"
|
|
async-trait = "0.1.72"
|
|
reqwest = { version = "0.11.18" }
|
|
derive_builder = "0.12.0"
|
|
tokenizers = "0.13.4-rc3"
|
|
futures = "0.3.28"
|
|
async-stream = "0.3.5"
|
|
regex = "1.10.0"
|