quarry-registry 1.11.0

Registry of all quarries associated with a rewarder.
Documentation
[package]
name = "quarry-registry"
version = "1.11.0"
description = "Registry of all quarries associated with a rewarder."
edition = "2018"
homepage = "https://quarry.so"
repository = "https://github.com/QuarryProtocol/quarry"
authors = ["Quarry Protocol <team@quarry.so>"]
license = "AGPL-3.0"
keywords = ["solana", "quarry"]

[lib]
crate-type = ["cdylib", "lib"]
name = "quarry_registry"

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

[dependencies]
anchor-lang = ">=0.17.0"
quarry-mine = { version = "^1.11", path = "../quarry-mine", features = ["cpi"] }
vipers = "1.5.5"