dagger-components/examples/htmx/Cargo.toml
kjuulh 4f72b4fdae
All checks were successful
continuous-integration/drone/push Build is passing
feat: with htmx
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-11-25 11:58:22 +01:00

18 lines
393 B
TOML

[package]
name = "htmx"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
readme.workspace = true
repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dagger-rust.workspace = true
eyre.workspace = true
dagger-sdk.workspace = true
tokio.workspace = true