cargo-cbt

Crates.iocargo-cbt
lib.rscargo-cbt
version
sourcesrc
created_at2025-02-27 06:38:57.333129+00
updated_at2025-02-27 06:38:57.333129+00
descriptionShortcut to cargo check, cargo build and cargo test
homepagehttps://github.com/gabrielfalcao/cargo-cbt
repository
max_upload_size
id1571401
Cargo.toml error:TOML parse error at line 22, column 1 | 22 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Gabriel Falcão (gabrielfalcao)

documentation

https://docs.rs/cargo-cbt

README

Cargo CBT

Check, Build and/or Test Rust Projects

This tool is a simple shortcut to running cargo check && cargo build && cargo test

USAGE

cargo cbt
Commit count: 0

cargo fmt