init: initial commit

This commit is contained in:
user0-07161 2026-02-09 00:44:25 +01:00
commit b803dcb20e
5 changed files with 401 additions and 0 deletions

10
Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "honeycomb-ipc"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.99"
interprocess = "2.3.1"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"