nash-source 0.2.0

Source AST for the nash programming language
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "bumpalo"
version = "3.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"

[[package]]
name = "nash-region"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4df042cc67cbbde9eb20db35c563b2f917b0bfb38f0c00d163fb35f143b2751"

[[package]]
name = "nash-source"
version = "0.2.0"
dependencies = [
 "bumpalo",
 "nash-region",
]