buil.yml added

This commit is contained in:
2025-07-29 10:42:58 +02:00
parent 308a00c48b
commit 76f16d863f
3 changed files with 114 additions and 0 deletions

6
WatcherAgent/Cargo.toml Normal file
View File

@@ -0,0 +1,6 @@
[package]
name = "WatcherAgent"
version = "0.1.0"
edition = "2021"
[dependencies]

3
WatcherAgent/src/main.rs Normal file
View File

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