auto-bin 0.1.1

Automates adding src/bin targets into cargo.toml.
Documentation
[[bin]]
name = "cargo-auto-bin"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

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

[dependencies.toml_edit]
version = "0.23.4"

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

[package]
authors = ["Sarvesh <rajeshbaranwal9044@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::cargo-plugins"]
description = "Automates adding src/bin targets into cargo.toml."
edition = "2021"
keywords = ["cargo", "cli", "automation"]
license = "MIT"
name = "auto-bin"
readme = "README.md"
repository = "https://github.com/rustserv-er/auto-bin"
version = "0.1.1"