2021-01-26 01:32:43 +00:00
|
|
|
[package]
|
|
|
|
name = "regex_command_attr"
|
2021-06-10 20:16:16 +00:00
|
|
|
version = "0.3.6"
|
2021-01-26 01:32:43 +00:00
|
|
|
authors = ["acdenisSK <acdenissk69@gmail.com>", "jellywx <judesouthworth@pm.me>"]
|
|
|
|
edition = "2018"
|
2021-06-10 20:16:16 +00:00
|
|
|
description = "Procedural macros for command creation for the Serenity library."
|
|
|
|
license = "ISC"
|
2021-01-26 01:32:43 +00:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
quote = "^1.0"
|
|
|
|
syn = { version = "^1.0", features = ["full", "derive", "extra-traits"] }
|
|
|
|
proc-macro2 = "1.0"
|