cargofetch 0.1.2

A fetch utility for Rust projects
Documentation
[[bin]]
name = "cargofetch"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.38"

[dependencies.owo-colors]
version = "4.2.1"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.which]
version = "7.0.3"

[lib]
name = "cargofetch"
path = "src/lib.rs"

[package]
authors = ["Arjav Jain <arjavjain0703@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A fetch utility for Rust projects"
edition = "2024"
license = "MIT"
name = "cargofetch"
readme = "README.md"
repository = "https://github.com/arjav0703/rust-fetch"
version = "0.1.2"