This commit is contained in:
2025-08-16 14:22:56 +02:00
parent 30a09e6d53
commit 200d0c928d
48 changed files with 217 additions and 1209 deletions

View File

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

View File

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