aboutsummaryrefslogtreecommitdiff
path: root/tools/Cargo.toml
blob: 55d550f9aea59bfacfad4eaa260af98763e814ac (plain)
1
2
3
4
5
6
7
8
[package]
name = "blog-tool"
version = "0.1.0"
edition = "2021"

[dependencies]
laby = "0.2.4"
clap = { version = "3.2.17", features = ["derive"] }