Files
koxinga/Cargo.toml
stjet 264ac04b84 POST forms, cookies, parsing fix?
Some logins and posting operations, like certain simple forums are working. Others, like wikimedia, are still not :(
2026-07-17 05:20:15 +00:00

19 lines
351 B
TOML

[package]
name = "koxinga"
version = "1.1.0-rc.0"
edition = "2021"
[lints.clippy]
len_zero = "allow"
comparison_to_empty = "allow"
redundant_static_lifetimes = "allow"
vec_box = "allow"
[dependencies]
ming-wm-lib = "0.2.3"
reqwest = { version = "0.12", features = [ "blocking" ] }
[[bin]]
name = "mingInternet_Koxinga_Browser"
path = "src/main.rs"