Skip to content

Commit

Permalink
Merge pull request #54 from InfoHunter/on-to-crates.io
Browse files Browse the repository at this point in the history
Add meta data in Cargo.toml for publishing on crates.io
  • Loading branch information
wa5i authored Apr 28, 2024
2 parents a608ce9 + 2c48813 commit 1a37be8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
name = "rusty_vault"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
description = """
RustyVault is a powerful identity-based secrets management software, providing features such as
cryptographic key management, encryption as a service, public key cryptography, certificates management, identity credentials
management and so forth.
RustyVault's RESTful API is designed to be fully compatible with Hashicorp Vault.
"""
homepage = "https://github.com/Tongsuo-Project/RustyVault"
documentation = "https://docs.rs/rusty_vault/latest/rusty_vault/"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 1a37be8

Please sign in to comment.