mirror of
https://github.com/YGGverse/flarumdown.git
synced 2026-03-31 08:45:28 +00:00
21 lines
659 B
TOML
21 lines
659 B
TOML
[package]
|
|
name = "flarumdown"
|
|
version = "0.3.0"
|
|
edition = "2024"
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
description = "Flarum is down - read as Markdown"
|
|
keywords = ["archive", "conversion", "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-escape = "0.2.13"
|
|
log = "0.4.29"
|
|
regex = "1.12.3"
|
|
rusqlite = { version = "0.39.0", features = ["chrono"]}
|
|
strip-tags = "0.1.0"
|
|
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
|