Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "pda_cache"
version = "0.5.0"
edition = "2021"
author = "Ergonia"
homepage = "https://ergonia.io"
license = "MIT"
repository = "https://github.com/sschetterer-ergonia/pda_cache"
description = "pda cache"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
parking_lot = "0.12.4"
rustc-hash = "2.1.1"
solana-program = "1.18.11"