bbgun 0.1.2

A builder for builders running builders!
Documentation
[dependencies.darling]
version = "0.20.10"

[dependencies.quote]
version = "1.0.38"

[dependencies.syn]
features = ["extra-traits"]
version = "2.0.98"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A builder for builders running builders!"
edition = "2021"
homepage = "https://github.com/astroorbis/bbgun"
license = "MIT"
name = "bbgun"
readme = "README.md"
repository = "https://github.com/astroorbis/bbgun"
version = "0.1.2"

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