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