mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Fix Cargo.toml, teloxide-macros/Cargo.toml
This commit is contained in:
parent
4c3231b226
commit
f9142b9e72
2 changed files with 4 additions and 2 deletions
|
@ -12,7 +12,7 @@ exclude = ["media"]
|
|||
authors = [
|
||||
"Temirkhan Myrzamadi <hirrolot@gmail.com>",
|
||||
"Waffle Lapkin <waffle.lapkin@gmail.com>",
|
||||
"p0lunin (https://github.com/p0lunin)",
|
||||
"p0lunin <dmytro.polunin@gmail.com>",
|
||||
"Mishko torop'izhko (https://github.com/nextel)",
|
||||
"Mr-Andersen (https://github.com/Mr-Andersen)",
|
||||
"Sergey Levitin <selevit@gmail.com>",
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
[package]
|
||||
name = "teloxide-macros"
|
||||
version = "0.1.0"
|
||||
description = "The teloxide's macros for internal usage"
|
||||
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
|
||||
|
@ -11,4 +13,4 @@ quote = "1.0.2"
|
|||
syn = "1.0.13"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
proc-macro = true
|
||||
|
|
Loading…
Reference in a new issue