From e58a1ea233f416c08f68cce6984a305bdbc3217e Mon Sep 17 00:00:00 2001 From: stoically Date: Wed, 2 Sep 2020 15:26:48 +0200 Subject: [PATCH] add rust bindings to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ad9dd9a1..91141b72 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ Depending on your distribution, you will need to run the following command: Each release of `keytar` includes prebuilt binaries for the versions of Node and Electron that are actively supported by these projects. Please refer to the release documentation for [Node](https://github.com/nodejs/Release) and [Electron](https://electronjs.org/docs/tutorial/support) to see what is supported currently. +## Bindings from other languages + +- [Rust](https://crates.io/crates/keytar) + ## Docs ```javascript