[dependencies.clap]
version = "2.33"
[dependencies.goblin]
version = "0.4"
[dependencies.ignore]
version = "0.4"
[package]
authors = ["Josh Choo <dev@joshuous.com>"]
description = """
A tool to identify required blobs (.so) that are missing from AOSP ROM builds, and to show which existing blobs depend on them.
"""
documentation = "https://github.com/joshuous/aosp-missing-blobs"
edition = "2018"
homepage = "https://github.com/joshuous/aosp-missing-blobs"
license = "MIT"
name = "aosp-missing-blobs"
repository = "https://github.com/joshuous/aosp-missing-blobs"
version = "0.5.0"