We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a350374 commit c2c15f6Copy full SHA for c2c15f6
Cargo.toml
@@ -62,6 +62,11 @@ path = "./crates/quarto-error-reporting"
62
[workspace.dependencies.quarto-source-map]
63
path = "./crates/quarto-source-map"
64
65
+[workspace.dependencies.quarto-doctemplate]
66
+path = "./crates/quarto-doctemplate"
67
+
68
+[workspace.dependencies.quarto-treesitter-ast]
69
+path = "./crates/quarto-treesitter-ast"
70
71
[workspace.lints.clippy]
72
assigning_clones = "warn"
0 commit comments