| 141 |
141 |
|
metrics-exporter-prometheus = { version = "0.18.1", default-features = false }
|
| 142 |
142 |
|
|
| 143 |
143 |
|
# Markdown rendering + documentation engine
|
| 144 |
|
- |
docengine = { git = "https://makenot.work/git/max/docengine.git", features = ["doc-loader", "directives", "frontmatter", "media-urls"] }
|
|
144 |
+ |
docengine = { git = "https://makenot.work/git/max/docengine.git", version = "0.7", features = ["doc-loader", "directives", "frontmatter", "media-urls"] }
|
| 145 |
145 |
|
mnw-assumptions = { path = "../shared/mnw-assumptions" }
|
| 146 |
146 |
|
|
| 147 |
147 |
|
# Tag standard
|
| 154 |
154 |
|
# through quasi beside its Askama equivalent, so the cost of describing a screen
|
| 155 |
155 |
|
# here is measured rather than argued. Not load-bearing for any shipped route.
|
| 156 |
156 |
|
# See wiki look-wave-2, tier G.
|
| 157 |
|
- |
quasi-router = { git = "https://makenot.work/git/max/quasi.git" }
|
|
157 |
+ |
quasi-router = { git = "https://makenot.work/git/max/quasi.git", version = "0.1" }
|
| 158 |
158 |
|
# The description vocabulary quasi's screen types are built from. Pinned here
|
| 159 |
159 |
|
# rather than reached through quasi-router's re-export because a described
|
| 160 |
160 |
|
# screen names FieldKind and Tone directly; it has to track what quasi-router
|
| 163 |
163 |
|
# For the request head the per-viewer state factory reads. axum re-exports it,
|
| 164 |
164 |
|
# but the factory's signature is quasi-axum's and names `http::request::Parts`.
|
| 165 |
165 |
|
http = "1.3.1"
|
| 166 |
|
- |
quasi-axum = { git = "https://makenot.work/git/max/quasi.git" }
|
| 167 |
|
- |
quasi-webview = { git = "https://makenot.work/git/max/quasi.git" }
|
|
166 |
+ |
quasi-axum = { git = "https://makenot.work/git/max/quasi.git", version = "0.1" }
|
|
167 |
+ |
quasi-webview = { git = "https://makenot.work/git/max/quasi.git", version = "0.1" }
|
| 168 |
168 |
|
|
| 169 |
169 |
|
# Git source browser
|
| 170 |
170 |
|
gix = { version = "0.86", default-features = false, features = ["blame", "mailmap", "revision", "sha1", "max-performance-safe"] }
|