21 lines
927 B
TOML
21 lines
927 B
TOML
# Non-Cargo metadata for `cargo xtask sync-deps`.
|
|
#
|
|
# Path deps in registry/Cargo.toml that should NOT be rebased onto each target
|
|
# workspace. Default behavior: every path is rebased — emitted relative to the
|
|
# target's Cargo.toml location. Entries listed here are emitted relative to the
|
|
# rustelo workspace root instead, so the same string ships to all targets.
|
|
#
|
|
# Use this only for paths that point outside the rustelo workspace (e.g. sibling
|
|
# projects whose relative location is identical from each impl) and where you
|
|
# want every Cargo.toml to declare the same literal path.
|
|
|
|
no_rebase = ["platform-nats"]
|
|
|
|
# Implementations that consume this registry. Paths are relative to the
|
|
# rustelo workspace root. `cargo xtask sync-deps --all` syncs rustelo plus
|
|
# every entry here, in declaration order. Each path must contain a Cargo.toml;
|
|
# the xtask validates that at load time.
|
|
[impls]
|
|
known = [
|
|
"../jpl-website",
|
|
]
|