2019-04-14 11:15:40 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2020-01-20 09:15:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-01 11:52:34 +00:00
|
|
|
checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
|
2019-01-13 19:09:27 +00:00
|
|
|
|
2020-01-20 09:15:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-01 11:52:34 +00:00
|
|
|
checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
|
2020-01-20 09:15:21 +00:00
|
|
|
dependencies = [
|
2020-06-01 11:52:34 +00:00
|
|
|
"either",
|
2020-01-20 09:15:21 +00:00
|
|
|
]
|
|
|
|
|
2019-01-13 19:09:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2019-09-06 19:46:52 +00:00
|
|
|
version = "1.4.0"
|
2019-01-13 19:09:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-01 11:52:34 +00:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2019-01-13 19:09:27 +00:00
|
|
|
|
2020-06-01 11:52:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "monkey-interpreter"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"itertools",
|
|
|
|
"lazy_static",
|
|
|
|
]
|