You can interact with Meuse using Cargo (exactly like crates.io
). Meuse fully implements the alternative registries RFC and API.
The commands cargo publish
, cargo yank
, cargo owner
, cargo search
should work with Meuse.
Cargo can also fetches dependencies from Meuse if you configure the registry
option for your dependency.
admin
or tech
user can publish a new
create. In that case, the user will automatically own the crate. If an user try to publish a new version
of a crate without being an owner, the command will fail.Only owners of a crate can use this command.
Only owners of a crate can add or remove an owner.