aboutsummaryrefslogtreecommitdiff
path: root/lib/xesite_markdown/Cargo.toml
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-07-16 17:22:44 -0400
committerXe Iaso <me@xeiaso.net>2023-07-16 17:22:44 -0400
commitcab6efd92701f53dd41c5dbdf4d14651d78ad8d6 (patch)
tree40455d2ec4632bc10fb781fbcdfad6753f97cee9 /lib/xesite_markdown/Cargo.toml
parent2b7d1f0f864fbdca242ce5714c7977de495bed03 (diff)
downloadxesite-xedium.tar.xz
xesite-xedium.zip
xedium groundworkxedium
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'lib/xesite_markdown/Cargo.toml')
-rw-r--r--lib/xesite_markdown/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/xesite_markdown/Cargo.toml b/lib/xesite_markdown/Cargo.toml
index bc4abb5..ad84700 100644
--- a/lib/xesite_markdown/Cargo.toml
+++ b/lib/xesite_markdown/Cargo.toml
@@ -22,6 +22,7 @@ xesite_templates = { path = "../xesite_templates" }
xesite_types = { path = "../xesite_types" }
[dependencies.maud]
-git = "https://github.com/Xe/maud"
-rev = "a40596c42c7603cc4610bbeddea04c4bd8b312d9"
+version = "0.25"
+#git = "https://github.com/Xe/maud"
+#rev = "a40596c42c7603cc4610bbeddea04c4bd8b312d9"
features = ["axum"]