summaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA20
1 files changed, 20 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..88de0ca
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,20 @@
+name: "threadpool"
+description: "A thread pool for running a number of jobs on a fixed set of worker threads."
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://crates.io/crates/threadpool"
+ }
+ url {
+ type: ARCHIVE
+ value: "https://static.crates.io/crates/threadpool/threadpool-1.8.1.crate"
+ }
+ version: "1.8.1"
+ # Dual-licensed, using the least restrictive per go/thirdpartylicenses#same.
+ license_type: NOTICE
+ last_upgrade_date {
+ year: 2023
+ month: 4
+ day: 19
+ }
+}