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"