jobby_derive 0.0.1-alpha2

Job queue for rocket applications
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "extra-traits", "printing"]
version = "1.0"

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

[package]
authors = ["Hasnain Lakhani <m.hasnain.lakhani@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["web-programming"]
description = "Job queue for rocket applications"
edition = "2021"
keywords = ["rocket"]
license = "MIT OR Apache-2.0"
name = "jobby_derive"
readme = "README.md"
repository = "https://github.com/mhlakhani/jobby"
version = "0.0.1-alpha2"