-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.lock
24 lines (21 loc) · 857 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
[[package]]
name = "dlp_ldpreload_redirect_read"
version = "1.0.0"
dependencies = [
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
"redhook 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "libc"
version = "0.2.39"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "redhook"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)",
]
[metadata]
"checksum libc 0.2.39 (registry+https://github.com/rust-lang/crates.io-index)" = "f54263ad99207254cf58b5f701ecb432c717445ea2ee8af387334bdd1a03fdff"
"checksum redhook 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2bc718208eae0aaa716c05f66b8b2151eef0ef32eed5798d5ef14cbbb8dd46c5"