mirror of
https://github.com/YGGverse/flarumdown.git
synced 2026-03-31 08:45:28 +00:00
20 lines
656 B
TOML
20 lines
656 B
TOML
[package]
|
|
name = "flarumdown"
|
|
version = "0.2.0"
|
|
edition = "2024"
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
description = "Flarum is down - read as Markdown"
|
|
keywords = ["archive", "conversion", "backup", "static", "dump"]
|
|
categories = ["command-line-utilities", "parsing", "text-processing", "value-formatting"]
|
|
repository = "https://github.com/YGGverse/flarumdown"
|
|
|
|
[dependencies]
|
|
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"] }
|