15 lines
397 B
TOML
15 lines
397 B
TOML
|
[package]
|
||
|
name = "regex_command_attr"
|
||
|
version = "0.2.0"
|
||
|
authors = ["acdenisSK <acdenissk69@gmail.com>", "jellywx <judesouthworth@pm.me>"]
|
||
|
edition = "2018"
|
||
|
description = "Procedural macros for command creation for the RegexFramework for serenity."
|
||
|
|
||
|
[lib]
|
||
|
proc-macro = true
|
||
|
|
||
|
[dependencies]
|
||
|
quote = "^1.0"
|
||
|
syn = { version = "^1.0", features = ["full", "derive", "extra-traits"] }
|
||
|
proc-macro2 = "1.0"
|