Initial commit

Signed-off-by: Val Packett <val@invisiblethingslab.com>
This commit is contained in:
Val Packett 2025-07-03 21:15:49 -03:00
commit 11a682e19f
12 changed files with 180 additions and 0 deletions

View file

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

View file

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