blob: a59a768c115e4a4546ca4f3da8c7ca4f27517bbd [file] [log] [blame]
Matthew Maurerc21735e2021-08-16 13:04:48 -07001[package]
2name = "rustc-demangle-capi"
3version = "0.1.0"
4authors = ["Torste Aikio <zokier@gmail.com>"]
5description = """
6C API for the `rustc-demangle` crate
7"""
8license = "MIT/Apache-2.0"
9repository = "https://github.com/alexcrichton/rustc-demangle"
10
11[lib]
12name = "rustc_demangle"
13crate-type = ["staticlib", "cdylib"]
14
15[dependencies]
16rustc-demangle = { version = "0.1.16", path = "../.." }