mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
Add metadata in cargo.toml
This commit is contained in:
@@ -1,7 +1,13 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "idevice"
|
name = "idevice"
|
||||||
|
description = "A Rust library to interact with services on iOS devices."
|
||||||
|
authors = ["Jackson Coxson"]
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
license = "MIT"
|
||||||
|
documentation = "https://docs.rs/idevice"
|
||||||
|
repository = "https://github.com/jkcoxson/idevice"
|
||||||
|
keywords = ["lockdownd", "ios"]
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "ideviceinfo"
|
name = "ideviceinfo"
|
||||||
|
|||||||
Reference in New Issue
Block a user