Cargo.toml currently depends on distributed_cli via a temporary git dependency on the distributed repo's feat/atlas-schema-resource branch (introduced in #56), because distributed_cli isn't published yet.
Action
Once hops-ops/distributed PR #74 merges and the release workflow publishes distributed_cli to crates.io, replace the git dep with the registry version:
distributed_cli = "<version>"
Before swapping, confirm the public API is intact
Refs: #56, hops-ops/distributed#74
Cargo.tomlcurrently depends ondistributed_clivia a temporary git dependency on thedistributedrepo'sfeat/atlas-schema-resourcebranch (introduced in #56), becausedistributed_cliisn't published yet.Action
Once hops-ops/distributed PR #74 merges and the release workflow publishes
distributed_clito crates.io, replace the git dep with the registry version:Before swapping, confirm the public API is intact
distributed_clire-exportsServiceArgsandrunat the crate root (pub use cli::{..., ServiceArgs, run, ...})pub fn run(args: &ServiceArgs) -> Result<(), Box<dyn Error>>hops service scaffold|describe|schemaresolve andcargo buildis green# TODOgit-dep comment inCargo.tomlRefs: #56, hops-ops/distributed#74