[[bin]]
name = "cargo-rush"
path = "src/main.rs"
[dependencies.argh]
version = "0.1"
[dependencies.clipboard]
version = "0.5.0"
[package]
authors = ["CryptoPatrick <cryptopatrick@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "cargo run whatever is on the operating system clipboard."
documentation = "https://docs.rs/cargo-rush"
edition = "2021"
homepage = "https://github.com/cryptopatrick/cargo-rush"
keywords = ["cargo", "clipboard", "memory"]
license = "Unlicense OR MIT"
name = "cargo-rush"
readme = "README.md"
repository = "https://github.com/cryptopatrick/cargo-rush"
version = "0.0.2"