summaryrefslogtreecommitdiff
path: root/library/unwind/Cargo.toml
diff options
context:
space:
mode:
authorCharles E. Lehner <charles.lehner@spruceid.com>2021-02-20 13:18:01 -0500
committerCharles E. Lehner <charles.lehner@spruceid.com>2021-02-21 13:36:18 -0500
commitf45fe9493ba06cd57fc2f7317a39305f79a1a6e6 (patch)
treeccf95d415446c4ea5e6585768969c919fb6d3979 /library/unwind/Cargo.toml
parent3e826bb11228508fbe749e594038d6727208aa94 (diff)
downloadrust-f45fe9493ba06cd57fc2f7317a39305f79a1a6e6.tar.gz
Add license metadata for std dependencies
Diffstat (limited to 'library/unwind/Cargo.toml')
-rw-r--r--library/unwind/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/unwind/Cargo.toml b/library/unwind/Cargo.toml
index 4f7a304a59f..69128591e06 100644
--- a/library/unwind/Cargo.toml
+++ b/library/unwind/Cargo.toml
@@ -2,6 +2,8 @@
authors = ["The Rust Project Developers"]
name = "unwind"
version = "0.0.0"
+license = "MIT OR Apache-2.0"
+repository = "https://github.com/rust-lang/rust.git"
edition = "2018"
include = [
'/libunwind/*',