feat: scaffold web elements

This commit is contained in:
nullishamy 2025-04-29 22:45:12 +01:00
parent 77fba1a082
commit 4167a2f8bb
Signed by: amy
SSH key fingerprint: SHA256:WmV0uk6WgAQvDJlM8Ld4mFPHZo02CLXXP5VkwQ5xtyk
6 changed files with 103 additions and 2 deletions

View file

@ -18,4 +18,5 @@ tracing = { workspace = true }
tracing-subscriber = { workspace = true }
thiserror = { workspace = true }
serde_json = { workspace = true }
serde = { workspace = true }
serde = { workspace = true }
askama = "0.14.0"