From 5a21dd3a1629af716e0f4f3cc6376ec885e3755d Mon Sep 17 00:00:00 2001 From: Lukas Stancik Date: Thu, 28 May 2026 21:32:18 +0200 Subject: [PATCH] Update Cargo.toml Rename to match repository --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7221816..c9d6d8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "md_to_html" +name = "md-to-html" version = "0.0.1" edition = "2021" repository = "https://git.stancik.work/lusk/md-to-html"