cargo-config-profiles

Crates.iocargo-config-profiles
lib.rscargo-config-profiles
version0.1.2
sourcesrc
created_at2024-03-30 05:33:18.089571
updated_at2024-03-30 05:56:32.299691
descriptionSwitch cargo configurations with ease
homepage
repositoryhttps://github.com/Hyphrio/cargo-config-profiles
max_upload_size
id1190817
size25,087
Hyph (Hyphrio)

documentation

README

cargo-config-profiles

A small Cargo utility to switch config.toml profiles.

Commands:

  • create
    • Create a new profile in the store.
  • switch
    • Switch between cargo configs.
  • List
    • List all configs.
  • Remove
    • Delete a config.
  • Edit
    • Launch an editor (via the --editor flag) to edit a config.

License: MIT

Commit count: 12

cargo fmt