mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-11 18:04:18 +00:00
11 lines
241 B
TOML
11 lines
241 B
TOML
[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 }
|