mirror of
https://github.com/urbit/ares.git
synced 2024-11-22 15:08:54 +03:00
urcrypt: pull urcrypt-sys from crates.io
This commit is contained in:
parent
e4ab772998
commit
0f24273e91
4
rust/ares/Cargo.lock
generated
4
rust/ares/Cargo.lock
generated
@ -823,7 +823,9 @@ checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "urcrypt-sys"
|
name = "urcrypt-sys"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "ced751f95a527a3458eb67c75e4ae7093d41585edaa7565f5769101502473019"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bindgen",
|
"bindgen",
|
||||||
"pkg-config",
|
"pkg-config",
|
||||||
|
@ -13,8 +13,6 @@ edition = "2018"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
ares_macros = { path = "../ares_macros" }
|
ares_macros = { path = "../ares_macros" }
|
||||||
assert_no_alloc = "1.1.2"
|
assert_no_alloc = "1.1.2"
|
||||||
#urcrypt-sys = "0.1.0"
|
|
||||||
urcrypt-sys = { path = "../../../urcrypt-sys" }
|
|
||||||
# use this when debugging requires allocation (e.g. eprintln)
|
# use this when debugging requires allocation (e.g. eprintln)
|
||||||
# assert_no_alloc = {version="1.1.2", features=["warn_debug"]}
|
# assert_no_alloc = {version="1.1.2", features=["warn_debug"]}
|
||||||
bitvec = "1.0.0"
|
bitvec = "1.0.0"
|
||||||
@ -31,6 +29,7 @@ num-derive = "0.3"
|
|||||||
num-traits = "0.2"
|
num-traits = "0.2"
|
||||||
signal-hook = "0.3"
|
signal-hook = "0.3"
|
||||||
static_assertions = "1.1.0"
|
static_assertions = "1.1.0"
|
||||||
|
urcrypt-sys = "0.1.1"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
autotools = "0.2.6"
|
autotools = "0.2.6"
|
||||||
|
Loading…
Reference in New Issue
Block a user