cuddle/ci/Cargo.toml
kjuulh 6c5fed87b1
feat: with init command
Signed-off-by: kjuulh <contact@kjuulh.io>
2023-06-17 03:38:48 +02:00

12 lines
260 B
TOML

[package]
name = "ci"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dagger-sdk = "0.2.22"
eyre = "0.6.8"
tokio = { version = "1.28.2", features = ["full"] }