This commit is contained in:
2023-02-17 23:10:52 +01:00
parent d60c8f0a79
commit 468bca4a69
3 changed files with 17 additions and 1 deletions

8
ci/Cargo.toml Normal file
View 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
View File

@@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}