18 lines
393 B
TOML
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
|