lisette-format 0.1.2

Little language inspired by Rust that compiles to Go
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "ecow"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78e4f79b296fbaab6ce2e22d52cb4c7f010fe0ebe7a32e34fa25885fd797bd02"

[[package]]
name = "lisette-format"
version = "0.1.2"
dependencies = [
 "lisette-syntax",
 "unicode-segmentation",
]

[[package]]
name = "lisette-syntax"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63bb1b6e084b1a33f03762b70459bc092fbd47ea9bb464081dfdc64aa7dfdced"
dependencies = [
 "ecow",
 "rustc-hash",
]

[[package]]
name = "rustc-hash"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"

[[package]]
name = "unicode-segmentation"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"