anchor-modular-program 0.1.1

Replacement #[program] macro that allows specifying additional instruction modules
Documentation
[dependencies.anchor-syn]
version = "0.31"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "1"

[dev-dependencies]

[lib]
name = "anchor_modular_program"
path = "src/lib.rs"
proc-macro = true

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Replacement #[program] macro that allows specifying additional instruction modules"
edition = "2021"
license = "MIT"
name = "anchor-modular-program"
readme = "README.md"
repository = "https://github.com/ssadler/anchor_modular_program"
version = "0.1.1"

[[test]]
name = "test"
path = "tests/test.rs"