mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 01:05:47 +00:00
Add cache for parallel HTTP requests (#4879)
This commit is contained in:
10
common/promise_cache/Cargo.toml
Normal file
10
common/promise_cache/Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "promise_cache"
|
||||
version = "0.1.0"
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
derivative = { workspace = true }
|
||||
oneshot_broadcast = { path = "../oneshot_broadcast" }
|
||||
itertools = { workspace = true }
|
||||
slog = { workspace = true }
|
||||
Reference in New Issue
Block a user