-
Notifications
You must be signed in to change notification settings - Fork 12
/
Cargo.lock
39 lines (34 loc) · 1.41 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
31
32
33
34
35
36
37
38
39
[[package]]
name = "getopts"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "libc"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
version = "0.2.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "log"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rusty_scheme"
version = "0.0.2"
dependencies = [
"getopts 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
]
[metadata]
"checksum getopts 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "45798d13443a1efeff35f7eba8f83f1e46dcaf7e1abb78b5dcfa7124223ce615"
"checksum libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "4e643e4dfa31fd135586df9da9999e8e5eb8e753bc3ce0765aef85469b6db1da"
"checksum libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d"
"checksum log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d2ee3324e161fe61168b08bcd096f1e023d14f0777a076ba14d1825ea3b99d40"