init: initial commit
This commit is contained in:
commit
b803dcb20e
5 changed files with 401 additions and 0 deletions
10
Cargo.toml
Normal file
10
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue