summaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: a59a768c115e4a4546ca4f3da8c7ca4f27517bbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "rustc-demangle-capi"
version = "0.1.0"
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.16", path = "../.." }