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"