diff --git a/Cargo.toml b/Cargo.toml index 0e8baca..9ecdec9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,13 @@ [package] name = "idevice" +description = "A Rust library to interact with services on iOS devices." +authors = ["Jackson Coxson"] version = "0.1.0" edition = "2021" +license = "MIT" +documentation = "https://docs.rs/idevice" +repository = "https://github.com/jkcoxson/idevice" +keywords = ["lockdownd", "ios"] [[bin]] name = "ideviceinfo"