Skip to content

Commit 294be70

Browse files
philipcalexcrichton
authored andcommitted
WIP
1 parent 688e20e commit 294be70

File tree

2 files changed

+172
-126
lines changed

2 files changed

+172
-126
lines changed

Cargo.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,18 @@ cpp_demangle = { default-features = false, version = "0.2.3", optional = true }
3535

3636
# Optional dependencies enabled through the `gimli-symbolize` feature
3737
addr2line = { version = "0.11.0", optional = true, default-features = false, features = ['std'] }
38+
<<<<<<< HEAD
3839
goblin = { version = "0.2", optional = true, default-features = false, features = ['elf32', 'elf64', 'mach32', 'mach64', 'pe32', 'pe64', 'std'] }
40+
=======
41+
findshlibs = { version = "0.5.0", optional = true }
42+
43+
[dependencies.object]
44+
git = 'https://github.com/philipc/object'
45+
branch = 'symbol-table'
46+
optional = true
47+
default-features = false
48+
features = ['read_core', 'elf', 'macho', 'pe']
49+
>>>>>>> WIP
3950

4051
[target.'cfg(windows)'.dependencies]
4152
winapi = { version = "0.3.3", optional = true }

0 commit comments

Comments
 (0)