mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
6b159bd845
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.
12 lines
134 B
TOML
12 lines
134 B
TOML
[package]
|
|
name = "panic-handler"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
publish = false
|
|
|
|
[lib]
|
|
test = false
|
|
bench = false
|
|
|
|
[dependencies]
|