Open
Description
Feature request description
Hi, I have a working implementation of an Etcd container, but in order to test it, the appropriate crate that would be required is https://github.com/etcdv3/etcd-client
The issue here is that this crate requires protobuf
as an OS dependency, which might break the CI environment or some users workflow. There are other libraries that could do the trick, but those are less popular.
Any advice on the desired way to proceed is appreciated.
Image reference
No response