Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amigin authored Sep 15, 2023
1 parent a023638 commit 23489b2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# my-grpc-extensions

Example of usage


```rust
my-grpc-extensions = { tag = "x.x.x", git = "https://github.com/MyJetTools/my-grpc-extensions.git", features = [
"grpc-client",
"with-telemetry",
] }

```


Supported features
* grpc-client
* grpc-server
* with-telemetry

0 comments on commit 23489b2

Please sign in to comment.