xref: /aosp_15_r20/external/bazelbuild-rules_rust/examples/bzlmod/proto/grpc_client/Cargo.toml (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)
1[package]
2name = "grpc_client"
3version = "0.1.0"
4edition.workspace = true
5rust-version.workspace = true
6readme.workspace = true
7
8
9[[bin]]
10name = "grpc_client"
11path = "src/main.rs"
12
13
14[dependencies]
15# Internal crates
16proto_bindings = { workspace = true }
17# External crates
18tokio = { workspace = true }
19tonic = { workspace = true }
20