Include proc_pidinfo on iOS

This commit is contained in:
Andrej Mihajlov
2025-06-04 10:58:08 +02:00
parent d2114d3c2e
commit b599ededf3
+1 -1
View File
@@ -17,7 +17,7 @@ tokio = { workspace = true, features = [
sqlx = { workspace = true, features = ["runtime-tokio-rustls", "sqlite"] }
tracing.workspace = true
[target.'cfg(target_os = "macos")'.dependencies]
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
proc_pidinfo.workspace = true
[target.'cfg(windows)'.dependencies]