From 21fe91e45b875f025555c52fb7c6ed6ab007ac95 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Sat, 11 Sep 2021 19:23:16 +0200 Subject: [PATCH] add mdzk dependency --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..ac479a1 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,2 @@ +[dependencies] +mdzk = "0.3.7" \ No newline at end of file