aboutsummaryrefslogtreecommitdiff
path: root/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 /Cargo.toml
parent2b7d1f0f864fbdca242ce5714c7977de495bed03 (diff)
downloadxesite-xedium.tar.xz
xesite-xedium.zip
xedium groundworkxedium
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 5 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bf55702..7ee5004 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -56,10 +56,13 @@ xe_jsonfeed = { path = "./lib/jsonfeed" }
xesite_markdown = { path = "./lib/xesite_markdown" }
xesite_templates = { path = "./lib/xesite_templates" }
xesite_types = { path = "./lib/xesite_types" }
+encre-css = "0.10.1"
+encre-css-typography = "0.1.1"
[dependencies.maud]
-git = "https://github.com/Xe/maud"
-rev = "a40596c42c7603cc4610bbeddea04c4bd8b312d9"
+version = "0.25"
+#git = "https://github.com/Xe/maud"
+#rev = "a40596c42c7603cc4610bbeddea04c4bd8b312d9"
features = ["axum"]
[dependencies.tower]