mirror of
https://github.com/YGGverse/flarumdown.git
synced 2026-03-31 16:55:29 +00:00
implement FoF/upload tags, add logger features
This commit is contained in:
parent
1828a99955
commit
57e87eea49
4 changed files with 181 additions and 10 deletions
|
|
@ -14,5 +14,7 @@ anyhow = "1.0.102"
|
|||
chrono = "0.4.44"
|
||||
clap = { version = "4.6.0", features = ["derive"] }
|
||||
html-to-markdown-rs = "2.28.2"
|
||||
log = "0.4.29"
|
||||
regex = "1.12.3"
|
||||
rusqlite = { version = "0.39.0", features = ["chrono"]}
|
||||
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue