blob: 21555023021c0da0e95d433d2ed36296f8f37978 (
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
iso8601 = "0.5.0" # date parsing
synoptic = "1.2.0" # syntax highlighting
katex = "0.4.4"
|