mirror of
https://github.com/nab138/isideload.git
synced 2026-03-02 14:36:16 +01:00
Add info to Cargo.toml
This commit is contained in:
@@ -1,7 +1,13 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "isideload"
|
name = "isideload"
|
||||||
|
description = "Sideload iOS/iPadOS applications"
|
||||||
|
license = "MPL-2.0"
|
||||||
|
authors = ["Nicholas Sharp <nab@nabdev.me>"]
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
repository = "https://github.com/nab138/isideload"
|
||||||
|
readme = "README.md"
|
||||||
|
keywords = ["ios", "sideload"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
|
|||||||
Reference in New Issue
Block a user