diff --git a/Cargo.lock b/Cargo.lock index f04de80..9d39115 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1483,7 +1483,7 @@ dependencies = [ [[package]] name = "rqbit" -version = "2.0.0" +version = "2.2.1" dependencies = [ "anyhow", "clap", diff --git a/crates/rqbit/Cargo.toml b/crates/rqbit/Cargo.toml index 1fbf8eb..5dd23fd 100644 --- a/crates/rqbit/Cargo.toml +++ b/crates/rqbit/Cargo.toml @@ -1,9 +1,15 @@ [package] name = "rqbit" -description = "A bittorent client" -version = "2.0.0" +version = "2.2.1" authors = ["Igor Katson "] 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"]