]> git.proxmox.com Git - rustc.git/blob - src/vendor/backtrace-sys/Cargo.toml.orig
New upstream version 1.22.1+dfsg1
[rustc.git] / src / vendor / backtrace-sys / Cargo.toml.orig
1 [package]
2 name = "backtrace-sys"
3 version = "0.1.14"
4 authors = ["Alex Crichton <alex@alexcrichton.com>"]
5 build = "build.rs"
6 license = "MIT/Apache-2.0"
7 repository = "https://github.com/alexcrichton/backtrace-rs"
8 homepage = "https://github.com/alexcrichton/backtrace-rs"
9 documentation = "http://alexcrichton.com/backtrace-rs"
10 description = """
11 Bindings to the libbacktrace gcc library
12 """
13
14 [dependencies]
15 libc = "0.2"
16
17 [build-dependencies]
18 cc = "1.0"