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"