mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-03 08:30:58 +00:00
13 lines
247 B
TOML
13 lines
247 B
TOML
[package]
|
|
name = "cpp_smoke_test"
|
|
version = "0.1.0"
|
|
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
|
|
edition = "2021"
|
|
build = "build.rs"
|
|
|
|
[build-dependencies]
|
|
cc = "1.0"
|
|
|
|
[dependencies]
|
|
backtrace = { path = "../..", features = ["cpp_demangle"] }
|