A native webfishing installer for macos
1[package]
2name = "webfishing_macos_installer"
3version = "0.1.0"
4edition = "2021"
5
6[dependencies]
7reqwest = { version = "0.12.9" }
8tokio = { version = "1.0.0", features = ["rt", "rt-multi-thread", "macros"] }
9steamlocate = "2.0.0"
10sysinfo = "0.33.0"
11async-std = "1.13.0"
12sudo = "0.6.0"
13asky = "0.1.1"
14patch-apply = "0.8.3"
15serde = { version = "1.0.217" }
16serde_json = { version = "1.0.134" }
17serde_derive = { version = "1.0.217" }
18
19
20godot_pck = {path = "./src/godot_pck"}