cargo-temp 0.1.0

A CLI tool that allow you to create a temporary new rust project using cargo with already installed dependencies
[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "3.0.0-beta.2"

[dependencies.dirs]
version = "3"

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

[dependencies.tempfile]
version = "3"

[dependencies.toml]
version = "0.5"

[package]
categories = ["development-tools::cargo-plugins"]
description = "A CLI tool that allow you to create a temporary new rust project using cargo with already installed dependencies"
documentation = "https://docs.rs/cargo-temp"
edition = "2018"
homepage = "https://github.com/yozhgoor/cargo-temp"
include = ["src/**/*.rs", "README.md", "LICENSE.Apache-2.0", "LICENSE.MIT"]
keywords = ["cargo", "temporary", "project", "cli", "dependencies"]
license = "MIT OR Apache-2.0"
name = "cargo-temp"
readme = "README.md"
repository = "https://github.com/yozhgoor/cargo-temp"
version = "0.1.0"