sapling/eden/mononoke/aliasverify
Rajiv Sharma 3d8acc265a Move sharding_lib_ext under cmdlib
Summary:
The `sharding_lib_ext` crate was created to contain the add-on logic that is used by `ShardedProcessManager` but also by other components (e.g. encoding, decoding repo-name for shard-aware routing). I plan to use this crate further for adding chunking support. Before I do that, I decided to clean things up a bit. Particularly,
- Move `sharding_lib_ext` crate under `cmdlib` instead of keeping it under `mononoke` since its a library
- Renamed the crate to `sharding_ext` removing the `lib` since all crates under `cmdlib` are libraries anyway

Reviewed By: markbt

Differential Revision: D45272976

fbshipit-source-id: 90be4f1f4659a03a591a8acbb04fdcbf06234a74
2023-04-27 08:18:19 -07:00
..
Cargo.toml Move sharding_lib_ext under cmdlib 2023-04-27 08:18:19 -07:00