aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
authorJakub Kotur <qtr@google.com>2020-12-22 09:58:48 +0100
committerJakub Kotur <qtr@google.com>2021-03-08 10:56:57 +0100
commit35e48d359eac9ce500affe573b45164adc3b9809 (patch)
treeb5bd70d0cb0754a7098f39f9297defd9d5c4a551 /METADATA
parent3bceaeb547a86bf16a96522c89640523e79575cb (diff)
downloadregex-automata-35e48d359eac9ce500affe573b45164adc3b9809.tar.gz
Add metadata files for regex-automata.
Bug: 155309706 Change-Id: Id341695426764332dace44d1e7d62611dc3411e2
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA19
1 files changed, 19 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..421e63a
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,19 @@
+name: "regex-automata"
+description: "Automata construction and matching using regular expressions."
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://crates.io/crates/regex-automata"
+ }
+ url {
+ type: ARCHIVE
+ value: "https://static.crates.io/crates/regex-automata/regex-automata-0.1.9.crate"
+ }
+ version: "0.1.9"
+ license_type: NOTICE
+ last_upgrade_date {
+ year: 2020
+ month: 12
+ day: 21
+ }
+}