[Rust] Rename mem-cache to sglang-radix-tree (#37290)

This commit is contained in:
Jialin Ouyang
2026-09-01 03:03:44 -07:00
committed by GitHub
parent c16a8fc899
commit a77283fb02
30 changed files with 38 additions and 38 deletions
+3 -3
View File
@@ -5,12 +5,12 @@ members = [
"sglang-mm",
"sglang-server"
]
exclude = ["mem-cache"]
exclude = ["sglang-radix-tree"]
[workspace.metadata.sglang]
# Extension crates that intentionally cannot share this workspace's dependency
# graph (mem-cache currently uses the tch-compatible PyO3 0.22 API).
extension-manifests = ["mem-cache/Cargo.toml"]
# graph (sglang-radix-tree currently uses the tch-compatible PyO3 0.22 API).
extension-manifests = ["sglang-radix-tree/Cargo.toml"]
[workspace.package]
version = "0.1.0"