ssh-agent-client-rs 1.1.3

Pure rust implementation of the ssh-agent protocol. It can be used to write clients that interact with the ssh agent.
Documentation
1
2
3
4
5
6
[toolchain]
# Don't add a patch number to the channel!
# 1.91.1 (for example) is not valid toolchains and adding it breaks rust-analyzer and other tooling.
# adding only the minor version will already run on the latest patch version.
channel = "1.96"
components = [ "rustfmt", "clippy" ]