mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
Feature/dvt_notifications (#31)
* "feat: Monitor memory and app notifications " * "[MOD] treat both as the negative and positive representation of the channel code in the response" * "feat: dvt add the notifications to Monitor memory and app notifications" * "[MOD]print the notifications in tools" * PR cleanup * Fix clippy warning --------- Co-authored-by: Jackson Coxson <jkcoxson@gmail.com>
This commit is contained in:
@@ -125,6 +125,7 @@ path = "src/pcapd.rs"
|
||||
name = "preboard"
|
||||
path = "src/preboard.rs"
|
||||
|
||||
|
||||
[[bin]]
|
||||
name = "screenshot"
|
||||
path = "src/screenshot.rs"
|
||||
@@ -133,6 +134,10 @@ path = "src/screenshot.rs"
|
||||
name = "activation"
|
||||
path = "src/activation.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "notifications"
|
||||
path = "src/notifications.rs"
|
||||
|
||||
[dependencies]
|
||||
idevice = { path = "../idevice", features = ["full"], default-features = false }
|
||||
tokio = { version = "1.43", features = ["full"] }
|
||||
|
||||
Reference in New Issue
Block a user