Merge pull request #51 from teloxide/release

fill fields in Cargo.toml before releasing the lib
This commit is contained in:
Temirkhan Myrzamadi 2021-02-17 00:12:56 +03:00 committed by GitHub
commit fb6ae4a9df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
[package]
name = "teloxide-core"
description = "Core part of the `teloxide` library - telegram bot API client"
version = "0.1.0"
edition = "2018"
authors = [
@ -13,6 +14,20 @@ authors = [
"Alexey Fedechkin <aleksey-fedechkin@rambler.ru>"
]
license = "MIT"
repository = "https://github.com/teloxide/teloxide-core/"
homepage = "https://github.com/teloxide/teloxide-core/"
documentation = "https://docs.rs/teloxide-core/"
readme = "README.md"
keywords = ["telegram", "bot", "tba"]
categories = ["API bindings", "Asynchronous"]
exclude = [
".github/*",
"netlify.toml",
]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]