2023-05-27 21:31:27 +00:00
|
|
|
[workspace]
|
|
|
|
members = [
|
|
|
|
"crates/tabby",
|
2023-05-30 06:39:02 +00:00
|
|
|
"crates/tabby-common",
|
2023-06-05 03:08:43 +00:00
|
|
|
"crates/tabby-scheduler",
|
2023-06-05 18:40:24 +00:00
|
|
|
"crates/tabby-download",
|
2023-05-27 21:31:27 +00:00
|
|
|
"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"
|
2023-05-30 22:44:29 +00:00
|
|
|
|
|
|
|
[workspace.dependencies]
|
|
|
|
lazy_static = "1.4.0"
|
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
serdeconv = "0.4.1"
|
2023-06-04 06:23:31 +00:00
|
|
|
tokio = "1.28"
|
2023-06-04 22:28:39 +00:00
|
|
|
tokio-util = "0.7"
|
2023-06-05 18:29:38 +00:00
|
|
|
tracing = "0.1"
|
|
|
|
tracing-subscriber = "0.3"
|
2023-06-05 22:18:10 +00:00
|
|
|
anyhow = "1.0.71"
|
2023-06-22 02:48:13 +00:00
|
|
|
serde-jsonlines = "0.4.0"
|
2023-07-13 09:05:41 +00:00
|
|
|
tantivy = "0.19.2"
|