search shortcut and slightly more DRY code

This commit is contained in:
stjet
2025-03-23 23:45:59 +00:00
parent 042477c6af
commit 5325eaf195
5 changed files with 60 additions and 64 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "koxinga"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
[[bin]]
@@ -8,5 +8,5 @@ name = "mingInternet_Koxinga_Browser"
path = "src/main.rs"
[dependencies]
ming-wm-lib = "0.1.4"
ming-wm-lib = "0.1.5"
reqwest = { version = "0.12", features = [ "blocking" ] }