chore: re-add tests, tidy up goose-cli/Cargo.toml, send + sync logic (#1193)

This commit is contained in:
Kalvin C
2025-02-11 10:16:05 -08:00
committed by GitHub
parent 2386a6a864
commit 145cdf2937
4 changed files with 66 additions and 12 deletions
-1
View File
@@ -47,7 +47,6 @@ chrono = "0.4"
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt", "json", "time"] }
tracing-appender = "0.2"
once_cell = "1.20.2"
winapi = { version = "0.3", features = ["wincred"], optional = true }
[target.'cfg(target_os = "windows")'.dependencies]
winapi = { version = "0.3", features = ["wincred"] }