tabby/Cargo.toml

14 lines
271 B
TOML
Raw Normal View History

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