Skip to content

Commit

Permalink
chore: add desc
Browse files Browse the repository at this point in the history
  • Loading branch information
yoogoc committed Apr 24, 2024
1 parent a8900d7 commit 5dfd165
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name = "tonic-lb"
version = "0.0.1"
edition = "2021"
description = "A Grpc name resolver for tonic"
license-file = "LICENSE"
license = "MIT"
homepage = "https://github.com/yoogoc/tonic-lb"
repository = "https://github.com/yoogoc/tonic-lb"
keywords = ["tonic", "loadbalance", "kube", "kubernetes"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A Grpc name resolver for [`tonic`](https://github.com/hyperium/tonic)
## usage

```rust
let uri = "kubernetes://service-name:8080/".into;
let uri = "kubernetes://service-name:8080/".into();
let channel = tonic_lb::kube::default_channel(uri).await?;
let client = YourServiceClient::new(channel);
```
Expand Down

0 comments on commit 5dfd165

Please sign in to comment.