Files
koxinga/Cargo.toml
stjet 2d7030f5f4 v1.0.0
bump ver., make sure numbers only in FormSubmit mode
2026-03-05 08:43:45 +00:00

19 lines
346 B
TOML

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