mirror of
https://github.com/urbit/ares.git
synced 2024-11-22 15:08:54 +03:00
dependencies: add json for trace output
This commit is contained in:
parent
749444374d
commit
45e9ab00bd
9
rust/ares/Cargo.lock
generated
9
rust/ares/Cargo.lock
generated
@ -20,6 +20,7 @@ dependencies = [
|
|||||||
"either",
|
"either",
|
||||||
"ibig",
|
"ibig",
|
||||||
"intmap",
|
"intmap",
|
||||||
|
"json",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"libc",
|
"libc",
|
||||||
"memmap",
|
"memmap",
|
||||||
@ -322,6 +323,12 @@ dependencies = [
|
|||||||
"wasm-bindgen",
|
"wasm-bindgen",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "json"
|
||||||
|
version = "0.12.4"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "lazy_static"
|
name = "lazy_static"
|
||||||
version = "1.4.0"
|
version = "1.4.0"
|
||||||
@ -748,4 +755,4 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"
|
checksum = "30b31594f29d27036c383b53b59ed3476874d518f0efb151b27a4c275141390e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"tap",
|
"tap",
|
||||||
]
|
]
|
||||||
|
@ -20,6 +20,7 @@ criterion = "0.4"
|
|||||||
either = "1.9.0"
|
either = "1.9.0"
|
||||||
ibig = { path = "../ibig-rs" }
|
ibig = { path = "../ibig-rs" }
|
||||||
intmap = "1.1.0"
|
intmap = "1.1.0"
|
||||||
|
json = "0.12.4"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
libc = "0.2.126"
|
libc = "0.2.126"
|
||||||
memmap = "0.7.0"
|
memmap = "0.7.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user