6fc5014b4d
* update memorydb trait * use malloc_size_of instead of heapsize_of * use jemalloc as default allocator for parity client.
11 lines
236 B
TOML
11 lines
236 B
TOML
[package]
|
|
name = "memory-cache"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
description = "An LRU-cache which operates on memory used"
|
|
license = "GPL3"
|
|
|
|
[dependencies]
|
|
parity-util-mem = "0.1"
|
|
lru-cache = "0.1"
|