Files
koxinga/Cargo.toml
stjet 35fd978c61 text inputs, GET form submit, UI change
UI more like Malvim now. fixed HTML parsing bugs, added qol stuff, slight code refactor/cleaning
2026-02-05 06:57:42 +00:00

19 lines
353 B
TOML

[package]
name = "koxinga"
version = "0.2.0-beta.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"