15 lines
327 B
TOML
Executable File
15 lines
327 B
TOML
Executable File
[package]
|
|
name = "blog-thing"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
ansi-to-html = "0.2.1"
|
|
axum = "0.7.7"
|
|
chrono = "0.4.38"
|
|
clap = { version = "4.5.18", features = ["derive", "env"] }
|
|
markdown = "1.0.0-alpha.21"
|
|
syntect = "5.2.0"
|
|
tokio = { version = "1.40.0", features = [ "rt-multi-thread" ] }
|
|
two-face = "0.4.0"
|