rust_library(
    name = "addr2line",
    srcs = glob(["src/**/*.rs"]),
    deps = [
        "//lib/spin:spin",
        "//third-party:gimli",
        "//third-party:smallvec",
        "//third-party:fallible-iterator",
    ],
    visibility = ["PUBLIC"],
)
