aboutsummaryrefslogtreecommitdiff
path: root/tools/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-08-29 14:23:08 +0200
committermetamuffin <metamuffin@disroot.org>2022-08-29 14:23:08 +0200
commitca1c303ae20370fff555c0b8fca1b66f946eee3e (patch)
tree4463b292e27e5d093242262cac7a904ee8003f33 /tools/Cargo.toml
downloadmetamuffin-blog-ca1c303ae20370fff555c0b8fca1b66f946eee3e.tar
metamuffin-blog-ca1c303ae20370fff555c0b8fca1b66f946eee3e.tar.bz2
metamuffin-blog-ca1c303ae20370fff555c0b8fca1b66f946eee3e.tar.zst
starting
Diffstat (limited to 'tools/Cargo.toml')
-rw-r--r--tools/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/Cargo.toml b/tools/Cargo.toml
new file mode 100644
index 0000000..55d550f
--- /dev/null
+++ b/tools/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "blog-tool"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+laby = "0.2.4"
+clap = { version = "3.2.17", features = ["derive"] }