Files
rust/library/compiler-builtins/crates/panic-handler/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
186 B
TOML
Raw Normal View History

[package]
name = "panic-handler"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
edition = "2024"
publish = false
[lib]
test = false
bench = false
[dependencies]