allow device matching by udev properties

This commit is contained in:
Mikaël Cluseau
2025-11-10 19:15:22 +01:00
parent 148aa0cc44
commit ac9d7e8d9d
9 changed files with 518 additions and 393 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "init"
version = "2.4.3"
version = "2.5.0"
edition = "2024"
[profile.release]
@ -30,3 +30,4 @@ sys-info = "0.9.1"
dkl = { git = "https://novit.tech/direktil/dkl", version = "1.0.0" }
openssl = "0.10.73"
reqwest = { version = "0.12.22", features = ["native-tls"] }
glob = "0.3.3"