hn front page and fanclub working

This commit is contained in:
stjet
2025-03-05 09:31:42 +00:00
commit f31dd48a87
9 changed files with 2626 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "koxinga"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "mingInternet_Koxinga_Browser"
path = "src/main.rs"
[dependencies]
ming-wm-lib = "0.1.2"
reqwest = { version = "0.12", features = [ "blocking" ] }