Migrate to servable
Some checks failed
CI / Check typos (push) Has been cancelled
CI / Check links (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Build and test (push) Has been cancelled
CI / Build container (push) Has been cancelled
CI / Deploy on waypoint (push) Has been cancelled

This commit is contained in:
2025-11-27 20:25:30 -08:00
parent b6de727883
commit bfa6d2c8d9
59 changed files with 559 additions and 3162 deletions

View File

@@ -1,5 +1,5 @@
[workspace]
members = ["crates/bin/*", "crates/lib/*", "crates/macro/*", "crates/service/*"]
members = ["crates/bin/*", "crates/lib/*", "crates/service/*"]
resolver = "2"
[workspace.package]
@@ -64,17 +64,13 @@ type_complexity = "allow"
#
[workspace.dependencies]
macro-sass = { path = "crates/macro/macro-sass" }
libservice = { path = "crates/lib/libservice" }
toolbox = { path = "crates/lib/toolbox" }
page = { path = "crates/lib/page" }
md-footnote = { path = "crates/lib/md-footnote" }
md-dev = { path = "crates/lib/md-dev" }
pixel-transform = { path = "crates/lib/pixel-transform" }
service-webpage = { path = "crates/service/service-webpage" }
#
# MARK: Server
#
@@ -89,7 +85,7 @@ utoipa-swagger-ui = { version = "9.0.2", features = [
"vendored",
] }
maud = { version = "0.27.0", features = ["axum"] }
grass = "0.13.4"
grass = { version = "0.13.4", features = ["macro"] }
markdown-it = "0.6.1"
emojis = "0.8.0"
reqwest = { version = "0.12.24", default-features = false, features = [
@@ -103,6 +99,11 @@ reqwest = { version = "0.12.24", default-features = false, features = [
"charset",
"blocking",
] }
servable = { version = "0.0.3", features = ["image", "htmx-2.0.8"] }
#servable = { path = "../servable/crates/servable", features = [
# "image",
# "htmx-2.0.8",
#] }
#