Merge pull request #32 from ikatson/cargo-package
Update all Cargo.tomls for publishing on crates.io
This commit is contained in:
commit
b763f95ce3
22 changed files with 191 additions and 125 deletions
|
|
@ -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
1
crates/rqbit/LICENSE
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../LICENSE
|
||||
1
crates/rqbit/README.md
Symbolic link
1
crates/rqbit/README.md
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../README.md
|
||||
Loading…
Add table
Add a link
Reference in a new issue