feat: remove ci
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-11-16 17:11:03 +01:00
parent 811969871f
commit c05442baf6
4 changed files with 1 additions and 2040 deletions

View File

@@ -1,5 +1,5 @@
[workspace]
members = ["crates/*", "examples/*", "ci"]
members = ["crates/*", "examples/*"]
resolver = "2"
[workspace.package]
@@ -15,7 +15,6 @@ 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" }
dagger-sdk = "0.13.7"
eyre = "0.6"