1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-11 14:25:57 +03:00
wezterm/lfucache/Cargo.toml
2024-05-13 09:41:12 -07:00

18 lines
330 B
TOML

[package]
name = "lfucache"
version = "0.1.0"
edition = "2021"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ahash = "0.8"
config = { path = "../config" }
fnv = "1.0"
intrusive-collections = "0.9"
metrics = "0.22"
[dev-dependencies]
k9 = "0.12"