command_attr 0.3.2

Procedural macros for command creation for the Serenity library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "command_attr"
version = "0.3.2"
authors = ["acdenisSK <acdenissk69@gmail.com>"]
edition = "2018"
description = "Procedural macros for command creation for the Serenity library."
license = "ISC"

[lib]
proc-macro = true

[dependencies]
quote = "^1.0"
syn = { version = "^1.0", features = ["full", "derive", "extra-traits"] }
proc-macro2 = "1.0"