Prepare librqbit-core for publishing
This commit is contained in:
parent
7d29ee28e6
commit
3f519ff2d2
5 changed files with 18 additions and 18 deletions
26
Cargo.lock
generated
26
Cargo.lock
generated
|
|
@ -374,7 +374,7 @@ dependencies = [
|
|||
"indexmap",
|
||||
"librqbit-bencode",
|
||||
"librqbit-clone-to-owned",
|
||||
"librqbit_core",
|
||||
"librqbit-core",
|
||||
"log",
|
||||
"parking_lot",
|
||||
"pretty_env_logger",
|
||||
|
|
@ -896,8 +896,8 @@ dependencies = [
|
|||
"librqbit-bencode",
|
||||
"librqbit-buffers",
|
||||
"librqbit-clone-to-owned",
|
||||
"librqbit-core",
|
||||
"librqbit-sha1-wrapper",
|
||||
"librqbit_core",
|
||||
"log",
|
||||
"openssl",
|
||||
"parking_lot",
|
||||
|
|
@ -942,17 +942,8 @@ name = "librqbit-clone-to-owned"
|
|||
version = "2.2.1"
|
||||
|
||||
[[package]]
|
||||
name = "librqbit-sha1-wrapper"
|
||||
name = "librqbit-core"
|
||||
version = "2.2.1"
|
||||
dependencies = [
|
||||
"crypto-hash",
|
||||
"openssl",
|
||||
"sha1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "librqbit_core"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"hex 0.4.3",
|
||||
|
|
@ -967,6 +958,15 @@ dependencies = [
|
|||
"uuid",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "librqbit-sha1-wrapper"
|
||||
version = "2.2.1"
|
||||
dependencies = [
|
||||
"crypto-hash",
|
||||
"openssl",
|
||||
"sha1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "linux-raw-sys"
|
||||
version = "0.3.8"
|
||||
|
|
@ -1242,7 +1242,7 @@ dependencies = [
|
|||
"librqbit-bencode",
|
||||
"librqbit-buffers",
|
||||
"librqbit-clone-to-owned",
|
||||
"librqbit_core",
|
||||
"librqbit-core",
|
||||
"serde",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue