From 6c0e0bd8207d1e0f9adf644d9d064c1a6ab7b5f9 Mon Sep 17 00:00:00 2001 From: Steven Normore Date: Wed, 1 May 2024 16:07:44 -0400 Subject: [PATCH] docs: add description and license to Cargo.toml --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 99c5aea..94e6b6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,8 @@ name = "owned_ref_cell" version = "0.1.0" edition = "2021" +description = "Rust library offering a custom RefCell variant with owned references for flexible and dynamic borrowing management." +license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html