[package] name = "ojos" version = "1.3.0" authors = ["Ojos Project"] edition = "2021" description = "CLI tool to help members of the Ojos Project at the University of California, Irvine." repository = "https://github.com/ojosproject/cli/" homepage = "https://github.com/ojosproject/cli/" readme = "./README.md" license = "GPL-3.0-only" exclude = [".github", ".vscode", "/docs"] [dependencies] clap = { version = "4.5.15", features = ["derive"] } reqwest = {version = "0.12.5", features = ["json", "blocking", "multipart"]}