Add frontmatter, markdown, path, xml, rss, and web packages
Sync local packages into the registry repo and update index.json and README.md to include all 9 packages.
This commit is contained in:
9
packages/rss/lux.toml
Normal file
9
packages/rss/lux.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[project]
|
||||
name = "rss"
|
||||
version = "0.1.0"
|
||||
description = "RSS 2.0 feed generator for Lux"
|
||||
authors = ["Brandon Lucas"]
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
xml = { version = "0.1.0", path = "../xml" }
|
||||
Reference in New Issue
Block a user