feat: add slots (closes #769) (#909)

This commit is contained in:
yuuma03
2023-04-21 18:36:38 +00:00
committed by GitHub
parent f3b8d27c4f
commit f51857cedc
13 changed files with 890 additions and 56 deletions

View File

@@ -49,6 +49,7 @@ dependencies = [
{ name = "check", path = "examples/parent_child" },
{ name = "check", path = "examples/router" },
{ name = "check", path = "examples/session_auth_axum" },
{ name = "check", path = "examples/slots" },
{ name = "check", path = "examples/ssr_modes" },
{ name = "check", path = "examples/ssr_modes_axum" },
{ name = "check", path = "examples/tailwind" },