blob: c52864969f3ef1e306cb6d9ff2007165d78dd224 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[package]
name = "blog-tool"
version = "0.1.0"
edition = "2021"
[dependencies]
laby = "0.2.4" # html generation macros
clap = { version = "3.2.17", features = ["derive"] } # bloated argument parser
anyhow = "1.0.62" # error stuff
markdown = "0.3.0" # markdown parser
iso8601 = "0.5.0" # date parsing
synoptic = "1.2.0" # syntax highlighting
|