teloxide/Cargo.toml
2022-05-27 00:07:32 +06:00

18 lines
428 B
TOML

[package]
name = "teloxide-macros"
version = "0.6.2"
description = "The teloxide's procedural macros"
authors = ["p0lunin <dmytro.polunin@gmail.com>"]
license = "MIT"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
quote = "1.0.7"
proc-macro2 = "1.0.19"
syn = { version = "1.0.13", features = ["full"] }
heck = "0.4.0"
[lib]
proc-macro = true