From 53d28e16ca18b4cd5f252a07bcfd61632d82ea2d Mon Sep 17 00:00:00 2001 From: Hasini Gunasinghe Date: Thu, 8 Sep 2022 07:29:42 +0000 Subject: Import platform/external/rust/crates/der_derive Bug: 239549209 Test: N/A Change-Id: I677515ecfd59690611865098ea797ca03af8e523 --- METADATA | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 METADATA (limited to 'METADATA') diff --git a/METADATA b/METADATA new file mode 100644 index 0000000..47ce8a7 --- /dev/null +++ b/METADATA @@ -0,0 +1,20 @@ +name: "der_derive" +description: "Custom derive support for the `der` crate\'s `Choice` and `Sequence` traits" +third_party { + url { + type: HOMEPAGE + value: "https://crates.io/crates/der_derive" + } + url { + type: ARCHIVE + value: "https://static.crates.io/crates/der_derive/der_derive-0.6.0.crate" + } + version: "0.6.0" + # Dual-licensed, using the least restrictive per go/thirdpartylicenses#same. + license_type: NOTICE + last_upgrade_date { + year: 2022 + month: 9 + day: 6 + } +} -- cgit v1.2.3