From ec413f26a10360b14e64ee6b308fa2ede3d82fb3 Mon Sep 17 00:00:00 2001 From: Ignacio Aldama Vicente Date: Wed, 1 Nov 2023 16:05:54 +0100 Subject: [PATCH] chore: update package information --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f0d55fc..222a262 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,8 @@ name = "copy_on_write" version = "0.1.0" edition = "2021" +description = "Copy-On-Write Rust implementation." +license = "None" [dependencies] env_logger = { version = "0.10.0", features = ["auto-color", "color"] }