mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2024-11-08 19:11:47 +01:00
14 lines
343 B
TOML
14 lines
343 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]
|
|
clap = "4.1.6"
|
|
color-eyre = "0.6.2"
|
|
dagger-sdk = { path = "../crates/dagger-sdk/", version = "^0.2.15" }
|
|
eyre = "0.6.8"
|
|
tokio = { version = "1.25.0", features = ["full"] }
|