• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[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 = "../.." }
17