forked from bitcoinjs/tiny-secp256k1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.lock
25 lines (22 loc) · 984 Bytes
/
Cargo.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "cc"
version = "1.0.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "secp256k1-sys"
version = "0.4.1"
source = "git+https://github.com/rust-bitcoin/rust-secp256k1?rev=455ee57ba4051bb2cfea5f5f675378170fb42c7f#455ee57ba4051bb2cfea5f5f675378170fb42c7f"
dependencies = [
"cc 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "secp256k1-wasm"
version = "0.0.0"
dependencies = [
"secp256k1-sys 0.4.1 (git+https://github.com/rust-bitcoin/rust-secp256k1?rev=455ee57ba4051bb2cfea5f5f675378170fb42c7f)",
]
[metadata]
"checksum cc 1.0.71 (registry+https://github.com/rust-lang/crates.io-index)" = "79c2681d6594606957bbb8631c4b90a7fcaaa72cdb714743a437b156d6a7eedd"
"checksum secp256k1-sys 0.4.1 (git+https://github.com/rust-bitcoin/rust-secp256k1?rev=455ee57ba4051bb2cfea5f5f675378170fb42c7f)" = "<none>"