entropy-types 0.0.1

Types for interacting with Entropy API
Documentation
[package]
name = "entropy-types"
version = "0.0.1"
description = "Types for interacting with Entropy API"
edition = "2021"
license = "Apache-2.0"
homepage = "https://ore.supply"
repository = "https://github.com/regolith-labs/entropy-api"
documentation = "https://docs.rs/ore-types/latest/entropy_types/"
readme = "./README.md"
keywords = ["solana"]

[lib]
crate-type = ["rlib", "cdylib"]
name = "entropy_types"

[dependencies]
chrono.workspace = true
serde.workspace = true
serde_json.workspace = true
solana-sdk.workspace = true