Fix Jinja2 template syntax formatting
This commit is contained in:
13
Cargo.toml
13
Cargo.toml
@@ -5,23 +5,26 @@ edition = "2021"
|
||||
description = "{{project-description}}"
|
||||
|
||||
[dependencies]
|
||||
{% if include_aide %}aide = { version = "0.16.0-alpha.1", features = [
|
||||
{% if include_aide %}
|
||||
aide = { version = "0.16.0-alpha.1", features = [
|
||||
"axum",
|
||||
"axum-json",
|
||||
"axum-query",
|
||||
] }
|
||||
{% endif %}anyhow = "1.0.101"
|
||||
{% endif %}
|
||||
anyhow = "1.0.101"
|
||||
axum = { version = "0.8.8", features = ["json", "query"] }
|
||||
axum-app-wrapper = { git = "https://gitea.fasharp.io/fa-sharp/axum-app-wrapper", rev = "a8d5e4f962" }
|
||||
{% if include_aide %}schemars = { version = "1.0", features = [
|
||||
dotenvy = "0.15.7"
|
||||
figment = { version = "0.10.19", features = ["env"] }
|
||||
{% if include_aide %}
|
||||
schemars = { version = "1.0", features = [
|
||||
"chrono04",
|
||||
"preserve_order",
|
||||
"url2",
|
||||
"uuid1"
|
||||
] }
|
||||
{% endif %}
|
||||
dotenvy = "0.15.7"
|
||||
figment = { version = "0.10.19", features = ["env"] }
|
||||
serde = "1.0.228"
|
||||
serde_json = "1.0.145"
|
||||
tokio = { version = "1.48.0", default-features = false, features = [
|
||||
|
||||
Reference in New Issue
Block a user