snapshots 0.1.2

Voting Escrow Snapshots: Historical snapshots of previous voting escrow balances.
Documentation
[dependencies.anchor-lang]
version = ">=0.17"

[dependencies.anchor-spl]
version = ">=0.17"

[dependencies.locked-voter]
features = ["cpi"]
version = "^0.3"

[dependencies.num-traits]
version = "0.2"

[dependencies.vipers]
version = "1.5.9"

[features]
cpi = ["no-entrypoint"]
default = []
no-entrypoint = []
no-idl = []

[lib]
crate-type = ["cdylib", "lib"]
name = "snapshots"
path = "src/lib.rs"

[package]
authors = ["Ian Macalinao <ian@ship.capital>"]
description = "Voting Escrow Snapshots: Historical snapshots of previous voting escrow balances."
edition = "2021"
homepage = "https://saber.so"
keywords = ["solana", "anchor", "governance", "saber", "tribeca"]
license = "AGPL-3.0"
name = "snapshots"
repository = "https://github.com/saber-hq/snapshots"
version = "0.1.2"