about summary refs log tree commit diff
path: root/library/compiler-builtins/crates/panic-handler/Cargo.toml
blob: a6764fc481b64ddd97a685205871507c381bade3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "panic-handler"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
edition = "2024"
publish = false

[lib]
test = false
bench = false

[dependencies]