Loading system/gd/rust/facade/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ cxx = "*" futures = "*" grpcio = "*" log = "*" protobuf = "*" protobuf = "2.0" tokio = "*" # Binary-only deps Loading system/gd/rust/facade/helpers/Cargo.toml +1 −2 Original line number Diff line number Diff line Loading @@ -28,10 +28,9 @@ cxx = "*" futures = "*" grpcio = "*" log = "*" protobuf = "*" protobuf = "2.0" tokio = "*" [lib] path = "lib.rs" crate-type = ["rlib"] system/gd/rust/facade_proto/Cargo.toml +2 −2 Original line number Diff line number Diff line Loading @@ -22,12 +22,12 @@ build = "build.rs" [dependencies] futures = "*" grpcio = "*" protobuf = "*" protobuf = "2.0" [build-dependencies] protoc-rust = "*" protoc-grpcio = "*" protobuf-codegen = "*" protobuf-codegen = "2.0" [lib] crate-types = ["rlib"] system/gd/rust/stack/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ lazy_static = "*" log = "*" nix = "*" num-traits = "*" protobuf = "*" protobuf = "2.0" thiserror = "*" tokio = "*" tokio-stream = "*" Loading Loading
system/gd/rust/facade/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ cxx = "*" futures = "*" grpcio = "*" log = "*" protobuf = "*" protobuf = "2.0" tokio = "*" # Binary-only deps Loading
system/gd/rust/facade/helpers/Cargo.toml +1 −2 Original line number Diff line number Diff line Loading @@ -28,10 +28,9 @@ cxx = "*" futures = "*" grpcio = "*" log = "*" protobuf = "*" protobuf = "2.0" tokio = "*" [lib] path = "lib.rs" crate-type = ["rlib"]
system/gd/rust/facade_proto/Cargo.toml +2 −2 Original line number Diff line number Diff line Loading @@ -22,12 +22,12 @@ build = "build.rs" [dependencies] futures = "*" grpcio = "*" protobuf = "*" protobuf = "2.0" [build-dependencies] protoc-rust = "*" protoc-grpcio = "*" protobuf-codegen = "*" protobuf-codegen = "2.0" [lib] crate-types = ["rlib"]
system/gd/rust/stack/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ lazy_static = "*" log = "*" nix = "*" num-traits = "*" protobuf = "*" protobuf = "2.0" thiserror = "*" tokio = "*" tokio-stream = "*" Loading