fix rust
This commit is contained in:
parent
c0e4dc63ea
commit
f1f179903d
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user