Parse target dir location from cargo metadata

This commit is contained in:
Robbert van der Helm
2024-03-23 11:51:11 +01:00
parent 245add6530
commit bb274976ca
4 changed files with 112 additions and 52 deletions

View File

@@ -8,6 +8,7 @@ license = "ISC"
[dependencies]
anyhow = "1.0"
cargo_metadata = "0.18.1"
goblin = "0.6.1"
# Version 0.1.3 from crates.io assumes a 64-bit toolchain
reflink = { git = "https://github.com/nicokoch/reflink.git", rev = "e8d93b465f5d9ad340cd052b64bbc77b8ee107e2" }