2023-08-11 16:54:13 +02:00
|
|
|
[workspace]
|
2023-08-12 20:07:36 +02:00
|
|
|
members = ["crates/*", "examples/*", "ci"]
|
2023-08-11 17:00:19 +02:00
|
|
|
resolver = "2"
|
|
|
|
|
2023-08-12 21:36:50 +02:00
|
|
|
[workspace.package]
|
2023-08-12 21:37:22 +02:00
|
|
|
version = "0.2.0"
|
2023-08-12 21:36:50 +02:00
|
|
|
edition = "2021"
|
|
|
|
license = "MIT"
|
|
|
|
authors = ["kjuulh <contact@kjuulh.io>"]
|
|
|
|
readme = "README.md"
|
|
|
|
repository = "https://git.front.kjuulh.io/kjuulh/dagger-components"
|
|
|
|
|
2023-08-11 17:00:19 +02:00
|
|
|
[workspace.dependencies]
|
2023-08-12 20:07:36 +02:00
|
|
|
cuddle-components = { path = "crates/cuddle-components" }
|
|
|
|
dagger-components = { path = "crates/dagger-components" }
|
|
|
|
dagger-cuddle-please = { path = "crates/dagger-cuddle-please" }
|
|
|
|
dagger-rust = { path = "crates/dagger-rust" }
|
|
|
|
ci = { path = "ci" }
|
2023-08-11 17:05:05 +02:00
|
|
|
|
2023-08-11 17:00:19 +02:00
|
|
|
dagger-sdk = "0.2.22"
|
|
|
|
eyre = "0.6.8"
|
2023-08-12 18:53:55 +02:00
|
|
|
tokio = "1.31.0"
|
2023-08-12 20:07:36 +02:00
|
|
|
dotenv = "0.15.0"
|
|
|
|
async-trait = "0.1.73"
|