Skip to content

Commit

Permalink
docs: add description and license to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
snormore committed May 1, 2024
1 parent dd25df5 commit 6c0e0bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6c0e0bd

Please sign in to comment.