vertext-cli 0.2.0

Command-line renderer for top-to-bottom, right-to-left text — the binary Quarto and other hosts invoke
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "vertext-cli"
description = "Command-line renderer for top-to-bottom, right-to-left text — the binary Quarto and other hosts invoke"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
readme.workspace = true
keywords.workspace = true
categories.workspace = true

[[bin]]
name = "vertext"
path = "src/main.rs"

[dependencies]
vertext-core.workspace = true
vertext-html.workspace = true