using a joke-y client-side-only rendering of articles from .md files (Hello Lizzy.js)Since there's no static generation, there was no RSS feed. Here are my first steps in Rust, for posterity. Looks like it's a package manager, an NPM of Rust:$ cargo new russel && cd russel(The name of my program is "russel", from "rusty", from "rust". Since I'll need to write an RSS feed, a package called rss would be handy. [package] name = "russel" version = "0.1.0" edition = "2021" [dependencies] rss = "2.0.0"Running $ cargo build after a dependency update seems necessary.