[package]
edition = "2021"
name = "anchor-modular-program"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Replacement #[program] macro that allows specifying additional instruction modules"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ssadler/anchor_modular_program"
[lib]
name = "anchor_modular_program"
path = "src/lib.rs"
proc-macro = true
[[test]]
name = "test"
path = "tests/test.rs"
[dependencies.anchor-syn]
version = "0.31"
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
version = "1"
[dev-dependencies]