-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.lock
37 lines (32 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
[root]
name = "rusty-jvm"
version = "0.1.0"
dependencies = [
"classfile-parser 0.1.0 (git+https://github.com/MackieLoeffel/classfile-parser.git)",
"nom 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "bitflags"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "classfile-parser"
version = "0.1.0"
source = "git+https://github.com/MackieLoeffel/classfile-parser.git#f3ba2d114d7514a77d07bf6fbb585e1d07ddeb67"
dependencies = [
"bitflags 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"nom 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "nom"
version = "1.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "nom"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[metadata]
"checksum bitflags 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab1c7dc97f39523ffa63f3096291612e630cf3ed75aa6b9fad436bac4c700274"
"checksum classfile-parser 0.1.0 (git+https://github.com/MackieLoeffel/classfile-parser.git)" = "<none>"
"checksum nom 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b8c256fd9471521bcb84c3cdba98921497f1a331cbc15b8030fc63b82050ce"
"checksum nom 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e5d4598834859fedb9a0a69d5b862a970e77982a92f544d547257a4d49469067"