feat(acp): Read files (#4531)

This commit is contained in:
Jack Amadeo
2025-09-05 13:29:14 -04:00
committed by GitHub
parent 72eaa20d2b
commit a2bd9e2af0
3 changed files with 81 additions and 10 deletions
+1
View File
@@ -60,6 +60,7 @@ indicatif = "0.17.11"
tokio-util = { version = "0.7.15", features = ["compat"] }
is-terminal = "0.4.16"
anstream = "0.6.18"
url = "2.5.7"
[target.'cfg(target_os = "windows")'.dependencies]
winapi = { version = "0.3", features = ["wincred"] }