Skip to content

Commit

Permalink
0.4.1: Bugfixes & size optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
Randomblock1 committed Feb 13, 2023
1 parent b3e1727 commit 4309c1a
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 268 deletions.
254 changes: 3 additions & 251 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "caffeinate2"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
authors = ["Randomblock1 <[email protected]>"]
description = "Caffeinate MacOS utility with more options. Temporarily prevent your system from sleeping."
Expand All @@ -14,11 +14,11 @@ categories = ["command-line-utilities"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4.23"
clap = { version = "4.1.4", features = ["derive"] }
core-foundation = "0.9.3"
libloading = "0.7.4"
nix = "0.26.2"
plist = "1.4.0"
regex = "1.7.1"
regex = { version = "1.7.1", default-features = false, features = ["std", "unicode-perl"] }
signal-hook = "0.3.15"
time = { version = "0.3.17", features = ["macros"] }
Loading

0 comments on commit 4309c1a

Please sign in to comment.