[[bin]]
name = "cargo-rbrew"
path = "bin/cargo.rs"
[[bin]]
name = "local-rbrew"
path = "bin/local.rs"
[dependencies.argp]
version = "0.3.0"
[dependencies.json]
version = "0.12.4"
[lib]
name = "cargo_rbrew"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
default-run = "local-rbrew"
description = "work in progress"
edition = "2021"
license-file = "LICENSE"
name = "cargo-rbrew"
readme = false
repository = "https://github.com/rbrew-framework/rbrew"
version = "0.0.5"