mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +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 = [
|
authors = [
|
||||||
"Temirkhan Myrzamadi <hirrolot@gmail.com>",
|
"Temirkhan Myrzamadi <hirrolot@gmail.com>",
|
||||||
"Waffle Lapkin <waffle.lapkin@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)",
|
"Mishko torop'izhko (https://github.com/nextel)",
|
||||||
"Mr-Andersen (https://github.com/Mr-Andersen)",
|
"Mr-Andersen (https://github.com/Mr-Andersen)",
|
||||||
"Sergey Levitin <selevit@gmail.com>",
|
"Sergey Levitin <selevit@gmail.com>",
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
[package]
|
[package]
|
||||||
name = "teloxide-macros"
|
name = "teloxide-macros"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
description = "The teloxide's macros for internal usage"
|
||||||
authors = ["p0lunin <dmytro.polunin@gmail.com>"]
|
authors = ["p0lunin <dmytro.polunin@gmail.com>"]
|
||||||
|
license = "MIT"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
Loading…
Reference in a new issue