Skip to content

Commit 0033c1a

Browse files
authored
grammar, performance, and error message fixes (#100)
1 parent 988677a commit 0033c1a

File tree

30 files changed

+80665
-90443
lines changed

30 files changed

+80665
-90443
lines changed

Cargo.lock

Lines changed: 272 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[package]
2+
name = "pico-quarto-render"
3+
version = "0.0.0"
4+
publish = false
5+
authors.workspace = true
6+
categories.workspace = true
7+
edition.workspace = true
8+
homepage.workspace = true
9+
keywords.workspace = true
10+
license.workspace = true
11+
repository.workspace = true
12+
13+
[dependencies]
14+
quarto-markdown-pandoc = { workspace = true }
15+
anyhow.workspace = true
16+
clap = { version = "4.0", features = ["derive"] }
17+
walkdir = "2.5"
18+
19+
[lints]
20+
workspace = true

0 commit comments

Comments
 (0)