tabby/Cargo.toml
Meng Zhang da02d471a9
chore: add tabby-scheduler [TAB-17] (#192)
* add scheduler

* update fmt

* add integration tests for scheduler
2023-06-05 03:08:43 +00:00

22 lines
454 B
TOML

[workspace]
members = [
"crates/tabby",
"crates/tabby-common",
"crates/tabby-scheduler",
"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"