Sync local packages into the registry repo and update index.json and README.md to include all 9 packages.
10 lines
340 B
TOML
10 lines
340 B
TOML
[project]
|
|
name = "web"
|
|
version = "0.1.0"
|
|
description = "Full-stack web framework for Lux — routing, layouts, blog engine, forms, SEO, and static file serving"
|
|
|
|
[dependencies]
|
|
markdown = { version = "0.1.0", path = "../markdown" }
|
|
frontmatter = { version = "0.1.0", path = "../frontmatter" }
|
|
path = { version = "0.1.0", path = "../path" }
|