Margo Crate Registry

Getting started

  1. Add the registry definition to your .cargo/config.toml:
    [registries]
    qrnch-pub-reg = { index = "sparse+https://crates.qrnch.tech/" }
    
  2. Add your dependency to your project:
    cargo add --registry qrnch-pub-reg some-crate-name
    
For complete details, check the Cargo documentation.

Available crates

NameVersions
wasmwebclntutils