diff options
author | Roberto Hidalgo <un@rob.mx> | 2023-05-10 13:22:14 -0600 |
---|---|---|
committer | Roberto Hidalgo <un@rob.mx> | 2023-05-22 08:57:15 -0600 |
commit | 011f4730483dc7b75720c7b800702ea7c1a925c1 (patch) | |
tree | f387a29210d30aef4593fa85e7529965a4fd2a5a /src/rpc/Cargo.toml | |
parent | fd7dbea5b86ed8757e76e1114e2154538c5a3c16 (diff) | |
download | garage-011f4730483dc7b75720c7b800702ea7c1a925c1.tar.gz garage-011f4730483dc7b75720c7b800702ea7c1a925c1.zip |
revert rpc/Cargo.toml
Diffstat (limited to 'src/rpc/Cargo.toml')
-rw-r--r-- | src/rpc/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpc/Cargo.toml b/src/rpc/Cargo.toml index d168e246..f0fde7a7 100644 --- a/src/rpc/Cargo.toml +++ b/src/rpc/Cargo.toml @@ -50,5 +50,4 @@ netapp = { version = "0.5.2", features = ["telemetry"] } [features] kubernetes-discovery = [ "kube", "k8s-openapi", "schemars" ] consul-discovery = [ "reqwest", "err-derive" ] -consul-service-discovery = [ "reqwest", "err-derive" ] system-libs = [ "sodiumoxide/use-pkg-config" ] |