cargo_wrap 0.1.2

A small rust wrapper that allows the usage of cargo as a library
Documentation
[dependencies.toml]
version = "0.8.20"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A small rust wrapper that allows the usage of cargo as a library"
edition = "2024"
license = "MIT"
name = "cargo_wrap"
readme = "README.md"
repository = "https://github.com/mrLochness350/cargo_wrap"
version = "0.1.2"