teloxide/Cargo.toml
Temirkhan Myrzamadi 416e2c4c54 Fix the description
2020-02-24 14:49:39 +06:00

16 lines
354 B
TOML

[package]
name = "teloxide-macros"
version = "0.1.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.2"
syn = "1.0.13"
[lib]
proc-macro = true