Skip to content

Commit 683ffcc

Browse files
committed
Add install_name_tool wrapper
1 parent fd19e09 commit 683ffcc

File tree

9 files changed

+957
-1
lines changed

9 files changed

+957
-1
lines changed

Cargo.lock

Lines changed: 255 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ crc = "3.2.1"
2121
dirs = "6.0.0"
2222
fat-macho = { version = "0.4.6", default-features = false, optional = true }
2323
fs-err = "3.0.0"
24+
goblin = { version = "0.10.5", default-features = false, features = ["mach32", "mach64", "std"] }
2425
path-slash = "0.2.0"
2526
rustc_version = "0.4.0"
2627
rustflags = "0.1.6"
28+
scroll = "0.13"
2729
semver = "1.0.5"
2830
serde = { version = "1.0.136", features = ["derive"] }
2931
serde_json = "1.0.79"
@@ -39,3 +41,6 @@ universal2 = ["fat-macho"]
3941
[profile.dist]
4042
inherits = "release"
4143
lto = "thin"
44+
45+
[dev-dependencies]
46+
tempfile = "3.25.0"

0 commit comments

Comments
 (0)