Add tool binaries

This commit is contained in:
Jackson Coxson
2025-01-08 19:34:51 -07:00
parent c768b05bf9
commit 29639be29a
3 changed files with 176 additions and 0 deletions

View File

@@ -3,6 +3,14 @@ name = "idevice"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "ideviceinfo"
path = "src/tools/ideviceinfo.rs"
[[bin]]
name = "heartbeat_client"
path = "src/tools/heartbeat_client.rs"
[dependencies]
plist = { version = "1.7" }
serde = { version = "1", features = ["derive"] }