vertext-cli 0.1.0

Command-line renderer for top-to-bottom, right-to-left text — the binary Quarto and other hosts invoke
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

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

[[package]]
name = "vertext-cli"
version = "0.1.0"
dependencies = [
 "vertext-core",
 "vertext-html",
]

[[package]]
name = "vertext-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94270e36acd48485235434df8684c46f29f0aec26ead5cdb35af72a05a7a43f0"
dependencies = [
 "unicode-segmentation",
]

[[package]]
name = "vertext-html"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ba7dd45b1f45d6520d53911d89c82ab8caed6981792eb0ebaa1f7d0def442b9"
dependencies = [
 "vertext-core",
]