mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-09 11:43:57 +01:00
Merge pull request #51 from teloxide/release
fill fields in Cargo.toml before releasing the lib
This commit is contained in:
commit
fb6ae4a9df
1 changed files with 15 additions and 0 deletions
15
Cargo.toml
15
Cargo.toml
|
@ -1,5 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "teloxide-core"
|
name = "teloxide-core"
|
||||||
|
description = "Core part of the `teloxide` library - telegram bot API client"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = [
|
authors = [
|
||||||
|
@ -13,6 +14,20 @@ authors = [
|
||||||
"Alexey Fedechkin <aleksey-fedechkin@rambler.ru>"
|
"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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
Loading…
Reference in a new issue