]> git.lizzy.rs Git - rust.git/blobdiff - library/panic_unwind/Cargo.toml
Rollup merge of #80918 - yoshuawuyts:int-log2, r=m-ou-se
[rust.git] / library / panic_unwind / Cargo.toml
index d27ba9876416db206281d0d964934b07d08362ef..533f059a85e45e8e0907dc7d342e2d1bcbe8b423 100644 (file)
@@ -2,6 +2,9 @@
 authors = ["The Rust Project Developers"]
 name = "panic_unwind"
 version = "0.0.0"
+license = "MIT OR Apache-2.0"
+repository = "https://github.com/rust-lang/rust.git"
+description = "Implementation of Rust panics via stack unwinding"
 edition = "2018"
 
 [lib]