quillmark-cli 0.1.2

Minimal CLI for testing Quillmark packages locally
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "quillmark-cli"
version.workspace = true
edition.workspace = true
description = "Minimal CLI for testing Quillmark packages locally"
license = "Apache-2.0"
documentation = "https://docs.rs/quillmark-cli"
homepage = "https://github.com/nibsbin/quillmark"
repository = "https://github.com/nibsbin/quillmark"

[dependencies]
quillmark-core = { workspace = true }
quillmark = { workspace = true, features = ["typst"] }
clap = { version = "~4.5", features = ["derive"] }
anyhow = { workspace = true }

[dev-dependencies]
tempfile = { workspace = true }