Implement syslog relay

This commit is contained in:
Jackson Coxson
2025-05-09 16:19:09 -06:00
parent b60e3dc0fb
commit 1556aaf1d3
8 changed files with 189 additions and 4 deletions

View File

@@ -73,6 +73,10 @@ path = "src/amfi.rs"
name = "pair"
path = "src/pair.rs"
[[bin]]
name = "syslog_relay"
path = "src/syslog_relay.rs"
[dependencies]
idevice = { path = "../idevice", features = ["full"] }
tokio = { version = "1.43", features = ["io-util", "macros", "time", "full"] }