Use customize java-properties to get rid of regex dep

This commit is contained in:
LoveSy
2024-07-26 13:21:23 +08:00
parent f378b827b2
commit f800751772
2 changed files with 3 additions and 42 deletions

View File

@@ -20,7 +20,7 @@ zip = { version = "2.1.5", features = [
"xz",
], default-features = false }
zip-extensions = "0.8"
java-properties = "2"
java-properties = { git = "https://github.com/Kernel-SU/java-properties.git", branch = "master", default-features = false }
log = "0.4"
env_logger = { version = "0.11", default-features = false }
serde = { version = "1" }