Add metadata in cargo.toml

This commit is contained in:
Jackson Coxson
2025-01-09 16:17:54 -08:00
parent 1f12c2c699
commit 908c48e31f

View File

@@ -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"