Pi66

pind
Simple Rust hotkey daemon.
git clone https://git.pi66.xyz/pind

← back to log

V0.2.0 | add support for user paths in config file

author: pi66
date: 2025-08-31 23:17
hash: cc479d7c25871607f8ea620cc38fc87173db3740

Diffstat:

M

Cargo.toml
2 +++++++++++++++---------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
diff --git a/Cargo.toml b/Cargo.toml
index 2c7da6a..7d50d96 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "pind"
-version = "0.1.5"
+version = "0.2.0"
 edition = "2024"

 [dependencies]