Prepare rqbit binary itself to publish on crates.io
This commit is contained in:
parent
b763f95ce3
commit
878de73721
2 changed files with 9 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1483,7 +1483,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rqbit"
|
||||
version = "2.0.0"
|
||||
version = "2.2.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue