1 2 3 4 5 6 7 8 9 10 11 12
# libvault_rs A Rust library for [Hashicorp Vault](https://www.vaultproject.io/) ## Usage Add this to your `Cargo.toml` ```toml [dependencies] libvault_rs = "0.0.1" ```