From 6ad67d9fa876c501a99dcb798077ca3576b817e5 Mon Sep 17 00:00:00 2001 From: Oleksandr Deundiak Date: Tue, 9 Feb 2021 12:09:40 +0200 Subject: [PATCH] docs(rust): update ockam_vault_core cargo.toml --- implementations/rust/ockam/ockam_vault_core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations/rust/ockam/ockam_vault_core/Cargo.toml b/implementations/rust/ockam/ockam_vault_core/Cargo.toml index e8180b0099e..2d0efb504eb 100644 --- a/implementations/rust/ockam/ockam_vault_core/Cargo.toml +++ b/implementations/rust/ockam/ockam_vault_core/Cargo.toml @@ -1,6 +1,6 @@ [package] authors = ["Ockam Developers"] -description = """ +description = """The abstract Ockam Vault trait. """ edition = "2018" homepage = "https://www.ockam.io/"