lddtree 0.1.4

Read the ELF dependency tree
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.fs-err]
version = "2.6.0"

[dependencies.glob]
version = "0.3.0"

[dependencies.goblin]
version = "0.4.3"

[package]
description = "Read the ELF dependency tree"
edition = "2018"
keywords = ["ldd", "elf"]
license = "MIT"
name = "lddtree"
readme = "README.md"
repository = "https://github.com/messense/lddtree-rs"
version = "0.1.4"