Files
pkgs.lux/packages/rss/lux.toml
Brandon Lucas cbb66fbb73 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.
2026-02-24 21:04:20 -05:00

10 lines
193 B
TOML

[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" }