Codebase list rust-serde-xml-rs / 844ab70
Per-project source replacement Gard Spreemann 2 years ago
1 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
363363 to `source replacement
364364 <https://doc.rust-lang.org/cargo/reference/source-replacement.html>`_,
365365 Cargo can be configured to use only local, Debian-provided packages by
366 placing something like the following in ``~/.cargo/config.toml``::
366 placing something like the following in ``~/.cargo/config.toml`` (for
367 user-wide effect) or in a given project's ``.cargo/config.toml``::
367368
368369 [net]
369370 offline = true