[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