The workspace depends on decdn crates via local path deps (decdn-client-pull, decdn-incentive, decdn-common, and the decdn-e2e dev-dep) — see root Cargo.toml and crates/server/Cargo.toml. Publishing sponsor publicly would expose decdn source.
Before going public:
- Swap the
path = "../decdn/crates/*" deps to git deps (pinned tag) once decdn is public.
- Only make this repo public after decdn is public.
Documented in README.md (Publish seam section). Tracking here so it isn't missed.\n\n_Pre-public-launch; not a merge blocker._
The workspace depends on decdn crates via local path deps (
decdn-client-pull,decdn-incentive,decdn-common, and thedecdn-e2edev-dep) — see rootCargo.tomlandcrates/server/Cargo.toml. Publishingsponsorpublicly would expose decdn source.Before going public:
path = "../decdn/crates/*"deps to git deps (pinned tag) once decdn is public.Documented in
README.md(Publish seam section). Tracking here so it isn't missed.\n\n_Pre-public-launch; not a merge blocker._