From f1f179903d6f248e86d3ef17f53754d16c93caec Mon Sep 17 00:00:00 2001 From: syui Date: Sun, 8 Jun 2025 06:42:10 +0900 Subject: [PATCH] fix rust --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index b1cdc05..fb3083c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,10 @@ authors = ["syui"] description = "A static blog generator with AI features" license = "MIT" +[[bin]] +name = "ailog" +path = "src/main.rs" + [dependencies] clap = { version = "4.5", features = ["derive"] } pulldown-cmark = "0.11"