Files
blu-lux/lux.toml
Brandon Lucas d6a8b960d9 refactor: replace inline path utilities with path package
basename, dirname, and slugFromFilename now delegate to the path package.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 14:58:18 -05:00

10 lines
291 B
TOML

[project]
name = "blu-site"
version = "0.1.0"
description = "A Lux project"
[dependencies]
markdown = { version = "0.1.0", path = "../../packages/markdown" }
frontmatter = { version = "0.1.0", path = "../../packages/frontmatter" }
path = { version = "0.1.0", path = "../../packages/path" }