teloxide/Cargo.toml

18 lines
413 B
TOML
Raw Normal View History

2020-02-24 09:48:37 +01:00
[package]
name = "teloxide-macros"
2020-07-04 09:39:41 +02:00
version = "0.3.1"
2020-02-24 09:49:39 +01:00
description = "The teloxide's procedural macros"
2020-02-24 09:48:37 +01:00
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"
2020-07-23 19:56:25 +02:00
syn = { version = "1.0.13", features = ["full"] }
2020-02-24 09:48:37 +01:00
[lib]
proc-macro = true