diff --git a/crash_report/Cargo.toml b/crash_report/Cargo.toml index d95f644188..61f25223c9 100644 --- a/crash_report/Cargo.toml +++ b/crash_report/Cargo.toml @@ -10,5 +10,7 @@ edition = "2021" base = { path = "../base" } anyhow = "1.0.32" serde = "*" + +[target.'cfg(windows)'.dependencies] win_util = { path = "../win_util"}