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 /lib/xesite_markdown/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 'lib/xesite_markdown/Cargo.toml')
| -rw-r--r-- | lib/xesite_markdown/Cargo.toml | 5 |
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"] |
