[package] name = "glrun" description = "cross platform cmd scripts" readme = "README.md" license = "MIT" license-file = "LICENSE" repository = "https://github.com/Gl1tchs/glrun" keywords = ["cli", "http-request", "automation"] categories = ["command-line-utilities"] authors = ["Berke Umut Biricik "] version = "0.1.2" edition = "2021" [dependencies] url = "2.2.2" clap = { version ="4.5.3", features = ["derive"] } colored = "2.1.0" isahc = "1.7.2"