Files
daqingest/mrucache/Cargo.toml
Dominik Werder b8ce63e3f2 Update deps
2025-06-18 13:27:45 +02:00

10 lines
216 B
TOML

[package]
name = "mrucache"
version = "0.0.1"
edition = "2021"
authors = ["Dominik Werder <dominik.werder@gmail.com>"]
[dependencies]
hashbrown = "0.15.2"
log = { path = "../../daqbuf-log", package = "daqbuf-log" }