This commit is contained in:
syui 2025-06-08 06:42:10 +09:00
parent c0e4dc63ea
commit f1f179903d
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

View File

@ -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"