blob: 4ec64d38d5a6fbffd142a98abf7b12a1b350de81 [file]
[package]
name = "rustc-demangle-capi"
version = "0.1.2"
authors = ["Torste Aikio <zokier@gmail.com>"]
description = """
C API for the `rustc-demangle` crate
"""
license = "MIT/Apache-2.0"
repository = "https://github.com/alexcrichton/rustc-demangle"
[lib]
name = "rustc_demangle"
crate-type = ["staticlib", "cdylib"]
[dependencies]
rustc-demangle = { version = "0.1.26", path = "../.." }