Add cpp bindings for image mounter

This commit is contained in:
Jackson Coxson
2025-09-25 10:04:55 -06:00
parent ec81169347
commit 9f7e57bb21
7 changed files with 595 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ once_cell = "1.21.1"
tokio = { version = "1.44.1", features = ["full"] }
libc = "0.2.171"
plist = "1.7.1"
plist_ffi = { version = "0.1.5" }
plist_ffi = { version = "0.1.6" }
uuid = { version = "1.12", features = ["v4"], optional = true }
[target.'cfg(windows)'.dependencies]