Replies: 1 comment 2 replies
-
|
It is worth noting that we could also make it a proper installable CLI without publishing it to crates.io, we could install it from path instead which I think is more convenient than what we have now. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@AntoniosBarotsis proposed the idea of publishing ambi_mock_client to crates.io for ease of use (i.e.
cargo install ambi_mock_clientis then possible). To do that, we'd want to collapse back down to a single bin crate from our existing separate lib/bin crates in a single project. What do other project members think of this idea...open for discussion.Attn: @calebbourg, @dilyn-corner, @naconnors, @qafui
Beta Was this translation helpful? Give feedback.
All reactions