From 3d4cb981e7f77d8d07c7a78294bf57b017f1bc03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Wed, 14 Feb 2024 19:22:04 +0100 Subject: [PATCH] Add the description in the README --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 630049f..3b1976b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "coffio" version = "0.1.0" authors = ["Rodolphe Breard "] edition = "2021" -description = "" +description = "Abstraction layer for symmetric data encryption, primarily designed for database column encryption." documentation = "https://docs.rs/coffio/" readme = "README.md" repository = "https://github.com/breard-r/libreauth"