Files
daqingest/mrucache/Cargo.toml
2024-12-04 17:57:13 +01:00

10 lines
182 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 = "../log" }