chore: update markdown dependency path after reorganization

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-18 12:45:48 -05:00
parent 6e0c685831
commit e835b952a5
2 changed files with 3 additions and 3 deletions

View File

@@ -4,4 +4,4 @@ version = "0.1.0"
description = "A Lux project"
[dependencies]
markdown = { version = "0.0.0", path = "../markdown" }
markdown = { version = "0.1.0", path = "../../packages/markdown" }