honeycomb-ipc/Cargo.toml
user0-07161 2a843d24e9
All checks were successful
build / test-debian (push) Successful in 48s
build / test-alpine (push) Successful in 3m13s
chore: upgrade deps
2026-02-10 23:14:47 +01:00

10 lines
175 B
TOML

[package]
name = "honeycomb-ipc"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.101"
interprocess = "2.3.1"
tracing = "0.1.44"
tracing-subscriber = "0.3.22"