Merge pull request #32 from ikatson/cargo-package

Update all Cargo.tomls for publishing on crates.io
This commit is contained in:
Igor Katson 2023-11-15 14:48:55 +00:00 committed by GitHub
commit b763f95ce3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 191 additions and 125 deletions

View file

@ -14,8 +14,8 @@ default-tls = ["librqbit/default-tls"]
rust-tls = ["librqbit/rust-tls"]
[dependencies]
librqbit = {path="../librqbit", default-features=false}
dht = {path="../dht"}
librqbit = {path="../librqbit", default-features=false, version = "2.2.1"}
dht = {path="../dht", package="librqbit-dht", version="2.2.1"}
tokio = {version = "1", features = ["macros", "rt-multi-thread"]}
anyhow = "1"
clap = {version = "4", features = ["derive", "deprecated"]}

1
crates/rqbit/LICENSE Symbolic link
View file

@ -0,0 +1 @@
../../LICENSE

1
crates/rqbit/README.md Symbolic link
View file

@ -0,0 +1 @@
../../README.md