mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-23 07:09:34 +01:00
Fix the shit to eventually publish
This commit is contained in:
parent
acc7393d75
commit
4c3231b226
1 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ documentation = "https://docs.rs/teloxide/"
|
|||
readme = "README.md"
|
||||
keywords = ["teloxide", "telegram", "telegram-bot-framework", "telegram-bot-api"]
|
||||
license = "MIT"
|
||||
exclude = ["media"]
|
||||
authors = [
|
||||
"Temirkhan Myrzamadi <hirrolot@gmail.com>",
|
||||
"Waffle Lapkin <waffle.lapkin@gmail.com>",
|
||||
|
@ -45,7 +46,7 @@ pin-project = "0.4.6"
|
|||
serde_with_macros = "1.0.1"
|
||||
either = "1.5.3"
|
||||
|
||||
teloxide-macros = { path = "teloxide-macros", version = "0.1.0" }
|
||||
teloxide-macros = { path = "teloxide-macros" }
|
||||
|
||||
[dev-dependencies]
|
||||
smart-default = "0.6.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue