Prepare rqbit binary itself to publish on crates.io

This commit is contained in:
Igor Katson 2023-11-15 14:53:08 +00:00
parent b763f95ce3
commit 878de73721
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
2 changed files with 9 additions and 3 deletions

2
Cargo.lock generated
View file

@ -1483,7 +1483,7 @@ dependencies = [
[[package]]
name = "rqbit"
version = "2.0.0"
version = "2.2.1"
dependencies = [
"anyhow",
"clap",

View file

@ -1,9 +1,15 @@
[package]
name = "rqbit"
description = "A bittorent client"
version = "2.0.0"
version = "2.2.1"
authors = ["Igor Katson <igor.katson@gmail.com>"]
edition = "2018"
description = "A bittorrent command line client and server."
license = "Apache-2.0"
documentation = "https://github.com/ikatson/rqbit"
repository = "https://github.com/ikatson/rqbit"
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["sha1-system", "default-tls"]