Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Feb 8, 2025
1 parent 10e1dd7 commit 79111b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ Cargo.lock
.idea/

ios
extracted/
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[package]
name = "ios"
version = "0.0.1"
version = "0.1.0"
description = "Light-weight CLI tool to extract iOS backup"
edition = "2021"
authors = ["Vignesh Rao"]
license = "MIT"
rust-version = "1.80.0"
documentation = "https://docs.rs/ios/latest/ios"
Expand All @@ -11,8 +13,6 @@ keywords = ["iOS-backup", "sqlite"]
categories = ["no-std", "command-line-utilities", "development-tools"]
include = ["/src", "LICENSE"]
exclude = [".github", ".gitignore", "README.md"]
edition = "2021"
authors = ["Vignesh Rao"]

[lib]
name = "ios"
Expand All @@ -26,7 +26,7 @@ path = "src/main.rs"
rustdoc-args = ["--document-private-items"]

[dependencies]
rusqlite = { version = "0.33.0", features = ["bundled"] }
rusqlite = { version = "0.29.0", features = ["bundled"] }
dirs = "6.0.0"
plist = "1.7.0"
threadpool = "1.8.1"
Expand Down

0 comments on commit 79111b8

Please sign in to comment.