[package] name = "oh2" version = "0.1.2" edition = "2021" description = "All in one shell tool" license = "GPL-3.0" repository = "https://github.com/ryqdev/oh" authors = ["ryqdev"] [[bin]] name = "oh" path = "src/oh.rs" [dependencies] clap = "4.5.9" env_logger = "0.11.3" http = "1.1.0" log = "0.4.22" reqwest = "0.12.5" serde = "1.0.204" serde_derive = "1.0.204" serde_json = "1.0.120" tokio = { version = "1.37.0", features = ["full"] } toml = "0.8.15"