set up the Cargo project with some obvious dependencies
Details
Details
cargo build
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- identity-client (branched from master)
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
native/cpp/CommonCpp/grpc/grpc_client/src/lib.rs | ||
---|---|---|
1 ↗ | (On Diff #15114) | What is this? |
Comment Actions
update dependencies
native/cpp/CommonCpp/grpc/grpc_client/Cargo.toml | ||
---|---|---|
13 ↗ | (On Diff #15114) | I copied the versions from the Identity service, but there's no reason not to use the latest versions I suppose |
native/cpp/CommonCpp/grpc/grpc_client/src/lib.rs | ||
1 ↗ | (On Diff #15114) | since this is a library crate, we need a lib.rs file or else cargo will complain |