mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2024-12-28 14:57:17 +00:00
9 lines
144 B
TOML
9 lines
144 B
TOML
|
[package]
|
||
|
name = "lru_cache"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Sigma Prime <contact@sigmaprime.io>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
[dependencies]
|
||
|
fnv = "1.0.7"
|