[package] name = "rtx-distllm-demo" version = "1.0.0" edition = "2021" authors = ["RustyStack Team"] description = "DistributedLLM: Trillion-Parameter Inference across Thunderbolt 5 Mac Cluster" license = "MIT OR Apache-2.0" [dependencies] distllm-shared = { path = "../distllm-shared" } rtx-tensor = { workspace = true, features = ["cpu"] } [dev-dependencies] [lints] workspace = true