From 908c48e31f27df27b1596fb888497f78c1f93c97 Mon Sep 17 00:00:00 2001 From: Jackson Coxson Date: Thu, 9 Jan 2025 16:17:54 -0800 Subject: [PATCH] Add metadata in cargo.toml --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) 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"