From c836f1d5722d11083438201414ac662bf09d7b7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sat, 20 Apr 2024 13:03:15 +0200 Subject: [PATCH] Update the Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 192fe9f..a77124f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "coffio" version = "0.1.0" -authors = ["Rodolphe Breard "] +authors = ["Rodolphe Bréard "] edition = "2021" 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" +repository = "https://github.com/breard-r/coffio" license = "MIT OR Apache-2.0" keywords = ["cryptography", "encryption"] categories = ["cryptography"]