jsompiler_lexer 0.1.0

Lexer for JavaScript
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "jsompiler_common"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9d4cd6250456154a9c85ac966b123bf6c651a16c9faf7f54e792adc764b6485"

[[package]]
name = "jsompiler_lexer"
version = "0.1.0"
dependencies = [
 "jsompiler_common",
 "lazy_static",
]

[[package]]
name = "lazy_static"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"