Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ notify = "8"
# Full-text search
tantivy = "0.22"

# HTML templating (compile-time, component-style)
maud = "0.26"

# Markdown processing (with syntax highlighting and diagram handlers)
marq = { version = "2.2.0", features = ["all-handlers", "lang-vixen"] }
pulldown-cmark = "0.13"
Expand Down
3 changes: 3 additions & 0 deletions crates/tracey/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ indoc = { workspace = true }
ignore = { workspace = true }
globset = { workspace = true }

# HTML templating (compile-time)
maud = { workspace = true }

# Markdown rendering with syntax highlighting and diagrams
marq = { workspace = true }

Expand Down
Loading
Loading