Files
daqingest/mrucache/Cargo.toml
2024-03-27 16:14:56 +01:00

10 lines
180 B
TOML

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