Add remove session capacity (#2281)

Co-authored-by: Shou En Hsiao <shouen_hsiao@apple.com>
This commit is contained in:
Shawn Hsiao
2025-04-22 15:51:33 -07:00
committed by GitHub
parent 91f3088af0
commit 36f1c602eb
4 changed files with 76 additions and 2 deletions
+1
View File
@@ -51,6 +51,7 @@ once_cell = "1.20.2"
shlex = "1.3.0"
async-trait = "0.1.86"
base64 = "0.22.1"
regex = "1.11.1"
[target.'cfg(target_os = "windows")'.dependencies]
winapi = { version = "0.3", features = ["wincred"] }