[Rust] Rename mem-cache to sglang-radix-tree (#37290)
This commit is contained in:
+3
-3
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user