aboutsummaryrefslogtreecommitdiff
path: root/code/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'code/Cargo.toml')
-rw-r--r--code/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/code/Cargo.toml b/code/Cargo.toml
new file mode 100644
index 0000000..62fbb09
--- /dev/null
+++ b/code/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "blog-tool"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+laby = "0.2.4"
+clap = { version = "3.2.17", features = ["derive"] }
+anyhow = "1.0.62"
+markdown = "0.3.0" \ No newline at end of file