Skip to main content

max / goingson

Follow docengine to Libraries/docengine It left the MNW monorepo so a container build could reach it by git dependency. Path dependency here, repointed.
Author: Max Johnson <me@maxj.phd> · 2026-07-30 16:12 UTC
Signed with PGP, not checked
Commit: 1ed1ba1122da77339f8c9352e42475d7a7cc846b
Parent: 5aa3142
1 file changed, +1 insertion, -1 deletion
M Cargo.toml +1 -1
@@ -104,7 +104,7 @@
104 104 open = "5"
105 105
106 106 # Markdown rendering + HTML sanitization
107 - docengine = { path = "../../MNW/shared/docengine" }
107 + docengine = { path = "../../Libraries/docengine" }
108 108
109 109 # Logging
110 110 tracing = "0.1"