-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.lock
30 lines (26 loc) · 1.02 KB
/
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
26
27
28
29
30
[[package]]
name = "bitflags"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
version = "0.2.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libwhp"
version = "0.1.0"
source = "git+https://github.com/insula-rs/libwhp#72bdad4d72264da97349779e53a17d0abc09f257"
dependencies = [
"bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "testwhp"
version = "0.1.0"
dependencies = [
"libwhp 0.1.0 (git+https://github.com/insula-rs/libwhp)",
]
[metadata]
"checksum bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d0c54bb8f454c567f21197eefcdbf5679d0bd99f2ddbe52e84c77061952e6789"
"checksum libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)" = "b685088df2b950fccadf07a7187c8ef846a959c142338a48f9dc0b94517eb5f1"
"checksum libwhp 0.1.0 (git+https://github.com/insula-rs/libwhp)" = "<none>"