fix: add macos missing libc deps

This commit is contained in:
wonfen
2025-03-31 03:36:58 +08:00
parent 62141380d8
commit 5b9b5cb6a8
3 changed files with 3 additions and 1 deletions

View File

@@ -73,6 +73,7 @@ async-trait = "0.1.88"
mihomo_api = { path = "src_crates/crate_mihomo_api" }
ab_glyph = "0.2.29"
tungstenite = "0.26.2"
libc = "0.2"
[target.'cfg(windows)'.dependencies]
runas = "=1.2.0"