refactor: starting refactor to extract into rear crate

This commit is contained in:
2024-02-26 23:05:12 +01:00
parent 1dc24bf244
commit 7fe7047485
17 changed files with 114 additions and 12 deletions
Generated
+30
View File
@@ -1839,6 +1839,7 @@ dependencies = [
"minijinja-autoreload",
"once_cell",
"pulldown-cmark",
"rear",
"rust-embed",
"sea-orm",
"serde",
@@ -2371,6 +2372,35 @@ dependencies = [
"getrandom",
]
[[package]]
name = "rear"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"axum 0.7.4",
"barrel",
"derive_builder",
"dotenvy",
"dunce",
"env_logger",
"log",
"mime_guess",
"minijinja",
"minijinja-autoreload",
"once_cell",
"pulldown-cmark",
"rust-embed",
"sea-orm",
"serde",
"serde_json",
"slug",
"sqlformat",
"tokio",
"tower-http",
"tracing",
]
[[package]]
name = "redox_syscall"
version = "0.3.5"