diff --git a/crates/git/Cargo.toml b/crates/git/Cargo.toml index 971ca6606bdd0affdd1649c26cdda239db92cf96..dae3c03a88e54f73b2a39ac594d417d4516ea0cd 100644 --- a/crates/git/Cargo.toml +++ b/crates/git/Cargo.toml @@ -30,8 +30,11 @@ text.workspace = true time.workspace = true url.workspace = true util.workspace = true + +[target.'cfg(target_os = "windows")'.dependencies] windows.workspace = true + [dev-dependencies] unindent.workspace = true serde_json.workspace = true