dagger-components/crates/dagger-rust/Cargo.toml
kjuulh e2c7f46378
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
fix(git): make sure we actually fail when running an invalid git command
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-08-12 21:47:29 +02:00

19 lines
529 B
TOML

[package]
name = "dagger-rust"
description = "A common set of components for dagger-sdk, which enables patterns such as build, test and publish"
version.workspace = true
edition.workspace = true
authors.workspace = true
readme.workspace = true
license.workspace = true
repository.workspace = true
publish = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dagger-sdk.workspace = true
eyre.workspace = true
async-trait.workspace = true
tokio.workspace = true