logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Cargo Owner - Manage Rust Crate Owners | Online Free DevTools by Hexmos

Manage Rust crate owners effectively with Cargo Owner. Control access, add or remove owners and list current contributors. Free online tool, no registration required.

cargo-owner

Manage the owners of a crate on the registry. More information: https://doc.rust-lang.org/cargo/commands/cargo-owner.html.

  • Invite the given user or team as an owner:

cargo owner {{[-a|--add]}} {{username|github:org_name:team_name}} {{crate}}

  • Remove the given user or team as an owner:

cargo owner {{[-r|--remove]}} {{username|github:org_name:team_name}} {{crate}}

  • List owners of a crate:

cargo owner {{[-l|--list]}} {{crate}}

  • Use the specified registry (registry names can be defined in the configuration - the default is https://crates.io):

cargo owner --registry {{name}}

See Also