Files
rust/library/compiler-builtins/crates/panic-handler/Cargo.toml
T
Trevor Gross 6b159bd845 Update Cargo.toml authors fields
Jorge hasn't been very involved with these crates for a while (thank you
for getting these super important projects going!). Update the `authors`
field to include, as far as I am aware, everyone who has effectively
maintained `compiler-builtins` at some point in time.

This field is dropped from non-published crates.
2025-12-06 03:49:54 -05:00

12 lines
134 B
TOML

[package]
name = "panic-handler"
version = "0.1.0"
edition = "2024"
publish = false
[lib]
test = false
bench = false
[dependencies]