tabby/Cargo.toml
Meng Zhang b268ffddc5 Release 0.7.0-rc.4
aim-downloader@0.7.0-rc.4
http-api-bindings@0.7.0-rc.4
juniper-axum@0.7.0-rc.4
llama-cpp-bindings@0.7.0-rc.4
tabby@0.7.0-rc.4
tabby-common@0.7.0-rc.4
tabby-download@0.7.0-rc.4
tabby-inference@0.7.0-rc.4
tabby-scheduler@0.7.0-rc.4
tabby-webserver@0.7.0-rc.4

Generated by cargo-workspaces
2023-12-15 12:15:22 +08:00

44 lines
936 B
TOML

[workspace]
resolver = "1"
members = [
"crates/tabby",
"crates/tabby-common",
"crates/tabby-scheduler",
"crates/tabby-download",
"crates/tabby-inference",
"crates/llama-cpp-bindings",
"crates/http-api-bindings",
"crates/aim-downloader",
"crates/juniper-axum",
"ee/tabby-webserver",
]
[workspace.package]
version = "0.7.0-rc.4"
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"
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"
futures = "0.3.28"
async-stream = "0.3.5"
regex = "1.10.0"
thiserror = "1.0.49"
utoipa = "3.3"
axum = "0.6"
hyper = "0.14"
juniper = "0.15"