tabby/Cargo.toml

26 lines
544 B
TOML
Raw Normal View History

[workspace]
members = [
"crates/tabby",
"crates/tabby-common",
"crates/tabby-scheduler",
"crates/tabby-download",
"crates/ctranslate2-bindings",
"crates/rust-cxx-cmake-bridge",
]
[workspace.package]
version = "0.1.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"] }
serdeconv = "0.4.1"
tokio = "1.28"
tokio-util = "0.7"
tracing = "0.1"
tracing-subscriber = "0.3"
anyhow = "1.0.71"