teloxide/Cargo.toml

17 lines
354 B
TOML
Raw Normal View History

2020-02-24 09:48:37 +01:00
[package]
name = "teloxide-macros"
version = "0.1.2"
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]
2020-04-25 19:09:02 +02:00
quote = "1.0.3"
2020-02-24 09:48:37 +01:00
syn = "1.0.13"
[lib]
proc-macro = true