[package] name = "bindep" description = "Binary dependency identification tools" authors = ["Vlad-Stefan Harbuz "] version = "0.1.0" edition = "2024" [dependencies] clap = { version = "4.5.53", features = ["derive"] } comfy-table = "7.2.2" elf = "0.8.0" glob = "0.3.3" walkdir = "2.5.0"