mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 06:26:15 +01:00
Make plist macro public
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
name = "idevice"
|
name = "idevice"
|
||||||
description = "A Rust library to interact with services on iOS devices."
|
description = "A Rust library to interact with services on iOS devices."
|
||||||
authors = ["Jackson Coxson"]
|
authors = ["Jackson Coxson"]
|
||||||
version = "0.1.42"
|
version = "0.1.43"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
documentation = "https://docs.rs/idevice"
|
documentation = "https://docs.rs/idevice"
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
#[cfg(feature = "pair")]
|
#[cfg(feature = "pair")]
|
||||||
mod ca;
|
mod ca;
|
||||||
pub mod pairing_file;
|
pub mod pairing_file;
|
||||||
mod plist_macro;
|
pub mod plist_macro;
|
||||||
pub mod provider;
|
pub mod provider;
|
||||||
mod sni;
|
mod sni;
|
||||||
#[cfg(feature = "tunnel_tcp_stack")]
|
#[cfg(feature = "tunnel_tcp_stack")]
|
||||||
|
|||||||
Reference in New Issue
Block a user