human-common 0.1.0

common routines for writing contracts without Anchor
Documentation
[dependencies.borsh]
version = "0.9.1"

[dependencies.solana-program]
version = "1.9.6"

[dependencies.spl-associated-token-account]
features = ["no-entrypoint"]
version = "1.0.3"

[dependencies.spl-token]
features = ["no-entrypoint"]
version = "3.3.0"
[dev-dependencies.solana-program-test]
version = "1.9.6"

[dev-dependencies.solana-sdk]
version = "1.9.6"

[lib]
crate-type = ["lib"]

[package]
description = "common routines for writing contracts without Anchor"
edition = "2021"
license-file = "LICENSE"
name = "human-common"
resolver = "1"
version = "0.1.0"