This commit is contained in:
Rakarake 2026-03-27 00:33:44 +01:00
parent 12dc33b5db
commit a9c8e49631
3 changed files with 1 additions and 49 deletions

View file

@ -1,6 +1,6 @@
use std::io;
use markdown::to_html;
use rss::{Channel, Item, ItemBuilder};
use rss::{Channel, ItemBuilder};
fn main() -> io::Result<()> {
let posts = std::env::args().skip(2).map(|f| {