blob: c2081a5b49ef9654885b54dcbb6b1a636ee1ea28 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[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
|