This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

core / bobbin / crates / record-lru / Cargo.toml
360 B 16 lines
1[package] 2name = "bobbin-record-lru" 3version.workspace = true 4edition.workspace = true 5license.workspace = true 6rust-version.workspace = true 7 8[dependencies] 9bobbin-types = { workspace = true } 10jacquard-common = { workspace = true } 11bytes = { workspace = true } 12quick_cache = { workspace = true } 13zstd = "0.13" 14 15[dev-dependencies] 16bytes = { workspace = true }