fix: build on windows (#171892)

🙈
This commit is contained in:
Connor Peet 2023-01-20 21:05:37 -08:00 committed by GitHub
parent c321a36929
commit bcc8232721
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,6 @@ log = "0.4"
const_format = "0.2"
sha2 = "0.10"
base64 = "0.13"
core-foundation = "0.9.3"
[build-dependencies]
serde = { version = "1.0" }
@ -59,6 +58,9 @@ serde_json = { version = "1.0" }
windows-service = "0.5"
winreg = "0.10"
[target.'cfg(target_os = "macos")'.dependencies]
core-foundation = "0.9.3"
[target.'cfg(target_os = "linux")'.dependencies]
tar = { version = "0.4" }
zbus = { version = "3.4", default-features = false, features = ["tokio"] }