diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-07-16 17:22:44 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-07-16 17:22:44 -0400 |
| commit | cab6efd92701f53dd41c5dbdf4d14651d78ad8d6 (patch) | |
| tree | 40455d2ec4632bc10fb781fbcdfad6753f97cee9 /Cargo.toml | |
| parent | 2b7d1f0f864fbdca242ce5714c7977de495bed03 (diff) | |
| download | xesite-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.toml | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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] |
