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 d4a4bf8 commit e2fc3d6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ Plugging to SSH leverages on the library:
And you can use it: https://github.com/MyJetTools/my-ssh


``toml
my-grpc-extensions = { tag = "{max_version}", git = "https://github.com/MyJetTools/my-grpc-extensions.git", features = [
"grpc-client",
"with-unix-socket",
"with-ssh",
] }

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

0 comments on commit e2fc3d6

Please sign in to comment.