mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 15:01:45 +01:00
14 lines
288 B
TOML
14 lines
288 B
TOML
|
[package]
|
||
|
name = "teloxide-macros"
|
||
|
version = "0.1.0"
|
||
|
authors = ["p0lunin <dmytro.polunin@gmail.com>"]
|
||
|
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
|