2023-05-27 21:31:27 +00:00
|
|
|
[workspace]
|
|
|
|
|
members = [
|
|
|
|
|
"crates/tabby",
|
2023-05-30 06:39:02 +00:00
|
|
|
"crates/tabby-common",
|
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"
|