monkey/Cargo.lock

17 lines
522 B
Plaintext
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2019-01-13 19:09:27 +00:00
[[package]]
name = "interpreter"
version = "0.1.0"
dependencies = [
2019-09-06 19:46:52 +00:00
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
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"
[metadata]
2019-09-06 19:46:52 +00:00
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"