summaryrefslogtreecommitdiffstats
path: root/library/backtrace/crates/line-tables-only/Cargo.toml
blob: e2967d3d3bc7518aac0fe146ac40290bfe339885 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "line-tables-only"
version = "0.1.0"
edition = "2018"

[build-dependencies]
cc = "1.0"

[dependencies]
libc = { version = "0.2", default-features = false }

[dependencies.backtrace]
path = "../.."
features = [
  'libunwind',
  'std',
]

[features]
libbacktrace = ['backtrace/libbacktrace']
gimli-symbolize = ['backtrace/gimli-symbolize']