This commit is contained in:
Rakarake 2026-03-26 13:20:38 +01:00
parent c4b6fb1fc0
commit c3071a0476

View file

@ -1,7 +1,6 @@
use std::{env::args, io}; use std::io;
use markdown::to_html; use markdown::to_html;
use rss::{Channel, Item, ChannelBuilder, ItemBuilder}; use rss::{Channel, Item, ItemBuilder};
fn main() -> io::Result<()> { fn main() -> io::Result<()> {
// takes directory of markdown files as only argument, outputs // takes directory of markdown files as only argument, outputs