mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2024-11-09 19:21:52 +01:00
add ci
This commit is contained in:
parent
d60c8f0a79
commit
468bca4a69
@ -11,7 +11,12 @@ publish = true
|
|||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
members = ["crates/dagger-codegen", "crates/dagger-sdk", "crates/dagger-core"]
|
members = [
|
||||||
|
"crates/dagger-codegen",
|
||||||
|
"crates/dagger-sdk",
|
||||||
|
"crates/dagger-core",
|
||||||
|
"ci",
|
||||||
|
]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
dagger-codegen = { path = "crates/dagger-codegen", version = "0.2.0" }
|
dagger-codegen = { path = "crates/dagger-codegen", version = "0.2.0" }
|
||||||
|
8
ci/Cargo.toml
Normal file
8
ci/Cargo.toml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[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]
|
3
ci/src/main.rs
Normal file
3
ci/src/main.rs
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
fn main() {
|
||||||
|
println!("Hello, world!");
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user