Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
amigin committed Jul 29, 2024
1 parent 1898333 commit 4bb2416
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Plugging to SSH leverages on the library:
And you can use it: https://github.com/MyJetTools/my-ssh


#### Cargo.toml
```toml
my-grpc-extensions = { tag = "{max_version}", git = "https://github.com/MyJetTools/my-grpc-extensions.git", features = [
"grpc-client",
Expand All @@ -41,6 +42,7 @@ my-grpc-extensions = { tag = "{max_version}", git = "https://github.com/MyJetToo
```


$$$
```rust
let grpc_client = MyLoggerGrpcClient::new(Arc::new(GrpcLogSettings::new(
over_ssh_connection.remote_resource_string,
Expand Down

0 comments on commit 4bb2416

Please sign in to comment.