feat: with htmx
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-11-25 11:58:22 +01:00
parent ec029c81db
commit 4f72b4fdae
6 changed files with 551 additions and 256 deletions

10
Cargo.lock generated
View File

@@ -810,6 +810,16 @@ version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0"
[[package]]
name = "htmx"
version = "0.2.0"
dependencies = [
"dagger-rust",
"dagger-sdk",
"eyre",
"tokio",
]
[[package]]
name = "http"
version = "0.2.9"