Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 409 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 409 Bytes

Valensas Vault - Vault Library

This library provides a convenient interface for interacting with Vault. It allows authentication, secret management, and token renewal.

Usage

For detailed information visit: https://docs.rs/valensas-vault Repository: https://github.com/Valensas/rust-vault

Installation

Add the following to your Cargo.toml file:

[dependencies]
valensas-vault = "0.2.3"