mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-22 06:45:37 +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"
|
readme = "README.md"
|
||||||
keywords = ["teloxide", "telegram", "telegram-bot-framework", "telegram-bot-api"]
|
keywords = ["teloxide", "telegram", "telegram-bot-framework", "telegram-bot-api"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
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>",
|
||||||
|
@ -45,7 +46,7 @@ pin-project = "0.4.6"
|
||||||
serde_with_macros = "1.0.1"
|
serde_with_macros = "1.0.1"
|
||||||
either = "1.5.3"
|
either = "1.5.3"
|
||||||
|
|
||||||
teloxide-macros = { path = "teloxide-macros", version = "0.1.0" }
|
teloxide-macros = { path = "teloxide-macros" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
smart-default = "0.6.0"
|
smart-default = "0.6.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue